| | |
| | | <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.sys.userDir }}</div></td>
|
| | | </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>
|
| | | </tr>
|
| | | </tbody>
|
| | | </table>
|
| | | </div>
|
| | |
| | | },
|
| | | // 打开加载层
|
| | | openLoading() {
|
| | | this.$modal.loading("正在加载服务监控数据,请稍后!");
|
| | | this.$modal.loading("正在加载服务监控数据,请稍候!");
|
| | | }
|
| | | }
|
| | | };
|