Преглед на файлове

fix: 服务监控中运行参数显示条件错误

fuzui преди 3 години
родител
ревизия
96edba7eec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-ui/src/views/monitor/server/index.vue

+ 1 - 1
ruoyi-ui/src/views/monitor/server/index.vue

@@ -130,7 +130,7 @@
                 </tr>
                 <tr>
                   <td colspan="1" class="el-table__cell is-leaf"><div class="cell">运行参数</div></td>
-                  <td colspan="3" class="el-table__cell is-leaf"><div class="cell" v-if="server.sys">{{ server.jvm.inputArgs }}</div></td>
+                  <td colspan="3" class="el-table__cell is-leaf"><div class="cell" v-if="server.jvm">{{ server.jvm.inputArgs }}</div></td>
                 </tr>
               </tbody>
             </table>