装置添加规约

ds1.0
fanluyan 2 years ago
parent 0e9ed301a3
commit 6ded9f22d9

@ -186,6 +186,16 @@
}}</template }}</template
> >
</el-table-column> </el-table-column>
<el-table-column
prop="status"
label="装置状态"
show-overflow-tooltip
v-if="roleUser != 2"
>
<template slot-scope="scope">
{{ scope.row.status == 1 ? "运行中" : "已删除" }}
</template>
</el-table-column>
<!-- <el-table-column <!-- <el-table-column
prop="lastHeartbeat" prop="lastHeartbeat"

Loading…
Cancel
Save