Commit 547f01f9 authored by xuezj's avatar xuezj

显示wanIp

parent 3e8fe7f3
......@@ -33,7 +33,7 @@
label="服务名"
/>
<el-table-column
prop="serviceIp"
prop="wanIp"
label="ip地址"
/>
<el-table-column
......@@ -41,7 +41,7 @@
label="服务端口"
width="300px">
<template slot-scope="scope">
<span v-for="item in scope.row.portMappings" :key="item.containerPort" class="port">{{ item.containerPort }}>{{ item.lbPort }}</span>
<span v-for="item in scope.row.portMappings" :key="item.containerPort" class="port">{{ item.nodePort }} -> {{ item.containerPort }}</span>
</template>
</el-table-column>
<el-table-column
......
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