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

This commit is contained in:
fuzui 2022-02-26 03:20:50 +08:00
parent 927b05713a
commit 96edba7eec
1 changed files with 1 additions and 1 deletions

View File

@ -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>