Browse Source

!438 fix: 服务监控中运行参数显示条件错误
Merge pull request !438 from fuzui/fix_args_show_condition

若依 3 years ago
parent
commit
45efd9290e
1 changed files with 1 additions and 1 deletions
  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>