|
|
|
@ -104,7 +104,7 @@
|
|
|
|
|
<el-table-column label="养护说明" prop="remark"></el-table-column>
|
|
|
|
|
<el-table-column label="设备状态" prop="status" show-overflow-tooltip width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag>{{ statusMap[scope.row.deviceStatus] }}</el-tag>
|
|
|
|
|
<el-tag>{{ deviceStatusMap[scope.row.deviceStatus] }}</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="状态">
|
|
|
|
@ -199,8 +199,8 @@ export default {
|
|
|
|
|
2: "已审核 ",
|
|
|
|
|
},
|
|
|
|
|
deviceStatusMap: {
|
|
|
|
|
0: "正常",
|
|
|
|
|
1: "异常",
|
|
|
|
|
0: "异常",
|
|
|
|
|
1: "正常",
|
|
|
|
|
},
|
|
|
|
|
typeMap: {
|
|
|
|
|
1: "报修",
|
|
|
|
|