Browse Source

设备类型管理,瓦斯监测预警修改-提交

lxh 8 months ago
parent
commit
8926ace1ee

+ 1 - 1
src/views/vent/deviceManager/equipManager/equip.data.ts

@@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
   },
   {
     title: '所属系统',
-    dataIndex: 'description_dictText',
+    dataIndex: 'description',
     width: 100,
   },
 

+ 2 - 1
src/views/vent/monitorManager/alarmMonitor/warn/gasWarn.vue

@@ -169,7 +169,8 @@ function getSysWarnList(id, type) {
                     listR: [
                         { id: 0, label: '测点类型', value: '瓦斯' },
                         { id: 1, label: '测点位置', value: el.strinstallpos || '--' },
-                        { id: 2, label: '数据时间', value: el.readData.datetime || '--' },
+                        // { id: 2, label: '数据时间', value: el.readData.datetime || '--' },
+                        { id: 2, label: '数据时间', value: el.readTime || '--' },
                         { id: 3, label: '测点状态', value: el.warnFlag },
                     ],
                 });