2 Commits 3be344d9d5 ... 32e81e2013

Autor SHA1 Mensaje Fecha
  zhangcl 32e81e2013 Merge remote-tracking branch 'origin/master' hace 4 días
  zhangcl 27102a5f96 pms 保养查询列表 添加设备责任人 hace 4 días
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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" />