소스 검색

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

zhangcl 4 일 전
부모
커밋
27102a5f96
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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" />