master
fanluyan 1 year ago
parent 0b1ab27d7e
commit 6ad7413cb1

@ -492,16 +492,7 @@
}}</span>
</template>
</u-table-column>
<u-table-column
label="运维IP"
v-if="lastIpcheck"
width="120"
key="lastIp"
>
<template slot-scope="scope">
<span> {{ scope.row.last_ip }}</span>
</template>
</u-table-column>
<u-table-column label="CMA服务器" v-if="cmacheck" width="140" key="cma">
<template slot-scope="scope">
<span v-if="scope.row.raw_report.hasOwnProperty('XyDev')">
@ -577,6 +568,16 @@
}}
</template>
</u-table-column>
<u-table-column
label="装置IP"
v-if="lastIpcheck"
width="120"
key="lastIp"
>
<template slot-scope="scope">
<span> {{ scope.row.last_ip }}</span>
</template>
</u-table-column>
<u-table-column
label="备注"
v-if="notecheck"
@ -644,9 +645,7 @@
<el-checkbox v-model="freecheck" @change="saveLocalStorage"
>磁盘剩余空间</el-checkbox
>
<el-checkbox v-model="lastIpcheck" @change="saveLocalStorage"
>运维IP</el-checkbox
>
<el-checkbox v-model="cmacheck" @change="saveLocalStorage"
>CMA服务器</el-checkbox
>
@ -665,6 +664,9 @@
<el-checkbox v-model="MCUcheck" @change="saveLocalStorage"
>MCU版本</el-checkbox
>
<el-checkbox v-model="lastIpcheck" @change="saveLocalStorage"
>装置IP</el-checkbox
>
<el-checkbox v-model="notecheck" @change="saveLocalStorage"
>备注</el-checkbox
>

Loading…
Cancel
Save