作者 若依
提交者 Gitee

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

Merge pull request !438 from fuzui/fix_args_show_condition
... ... @@ -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>
... ...