2 Commits 3be344d9d5 ... 32e81e2013

Author SHA1 Message Date
  zhangcl 32e81e2013 Merge remote-tracking branch 'origin/master' 4 days ago
  zhangcl 27102a5f96 pms 保养查询列表 添加设备责任人 4 days ago
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" />