吉安感知网项目-前端
chenyao
2026-07-07 c81a4b97b0813a7894014f74a88ac86bc72e0cb1
applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
@@ -75,6 +75,11 @@
                     {{ getDictLabel(row.modeCode, dictObj.modeCode) }}
                  </template>
               </el-table-column>
               <el-table-column prop="maintenanceState" show-overflow-tooltip label="保养状态">
                  <template v-slot="{ row }">
                     {{ row.maintenanceState === 0 ? '无需保养' : row.maintenanceState === 1 ? '待保养' : '正在保养' }}
                  </template>
               </el-table-column>
               <el-table-column prop="deviceSn" show-overflow-tooltip label="设备SN" />
               <el-table-column show-overflow-tooltip label="设备位置" >
                  <template v-slot="{ row }">