Commit 09b9b0bd authored by 智勇's avatar 智勇

java增加调试

parent 031ea9de
const timer = { const timer = {
state: { state: {
switchBool: true switchBool: false
}, },
mutations: { mutations: {
......
...@@ -137,7 +137,14 @@ ...@@ -137,7 +137,14 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
v-if="item._id==='java'"
label="调试"> label="调试">
<template slot-scope="scope">
<span v-if="scope.row.serviceType==='NodePort'">{{ scope.row.lanIp }}:{{ scope.row.portMappings[1].nodePort }}</span>
</template>
</el-table-column>
<el-table-column
label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="控制台" placement="top"> <el-tooltip class="item" effect="dark" content="控制台" placement="top">
<el-button type="primary" icon="el-icon-tickets" circle @click="linkShell(scope.row)"/> <el-button type="primary" icon="el-icon-tickets" circle @click="linkShell(scope.row)"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment