Browse Source

pms 保养查询列表 添加设备责任人

zhangcl 4 days ago
parent
commit
27102a5f96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/pms/iotmainworkorder/IotDeviceMainAlarm.vue

+ 1 - 0
src/views/pms/iotmainworkorder/IotDeviceMainAlarm.vue

@@ -83,6 +83,7 @@
             </template>
           </el-table-column>
           <el-table-column :label="t('iotDevice.dept')" align="center" prop="deptName" />
+          <el-table-column :label="t('devicePerson.rp')" align="center" prop="responsibleNames" />
           <el-table-column :label="t('monitor.status')" align="center" prop="deviceStatus">
             <template #default="scope">
               <dict-tag :type="DICT_TYPE.PMS_DEVICE_STATUS" :value="scope.row.deviceStatus" />