408249787 vor 2 Jahren
Ursprung
Commit
eac61353b3

+ 6 - 10
src/views/remote/degree-log/RemoteDegreeLog.vue

@@ -121,10 +121,6 @@ export default {
             return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
           }
         },
-        {
-          title: '设备id',
-          dataIndex: 'sbId'
-        },
         {
           title: '设备名称',
           dataIndex: 'sbName'
@@ -137,14 +133,14 @@ export default {
           title: '类型',
           dataIndex: 'type'
         },
-        {
-          title: '描述',
-          dataIndex: 'description'
-        },
         {
           title: '实时数值',
           dataIndex: 'result'
         },
+        {
+          title: '单位',
+          dataIndex: 'unit'
+        },
         {
           title: '系数',
           dataIndex: 'ratio',
@@ -153,8 +149,8 @@ export default {
           }
         },
         {
-          title: '单位',
-          dataIndex: 'unit'
+          title: '描述',
+          dataIndex: 'description'
         },
         {
           title: '备注',

+ 6 - 14
src/views/remote/degree/RemoteDegree.vue

@@ -113,10 +113,6 @@ export default {
             return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
           }
         },
-        {
-          title: '设备id',
-          dataIndex: 'sbId'
-        },
         {
           title: '设备名称',
           dataIndex: 'sbName'
@@ -132,14 +128,14 @@ export default {
             return this.BaseTool.Object.getField(this.map, text)
           }
         },
-        {
-          title: '描述',
-          dataIndex: 'description'
-        },
         {
           title: '实时数值',
           dataIndex: 'result'
         },
+        {
+          title: '单位',
+          dataIndex: 'unit'
+        },
         {
           title: '系数',
           dataIndex: 'ratio',
@@ -148,17 +144,13 @@ export default {
           }
         },
         {
-          title: '单位',
-          dataIndex: 'unit'
+          title: '描述',
+          dataIndex: 'description'
         },
         {
           title: '备注',
           dataIndex: 'remark'
         },
-        {
-          title: '创建日期',
-          dataIndex: 'createdTime'
-        },
         {
           title: '操作',
           key: 'action',

+ 7 - 14
src/views/remote/measure/RemoteMeasure.vue

@@ -128,10 +128,6 @@ export default {
             return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
           }
         },
-        {
-          title: '设备id',
-          dataIndex: 'sbId'
-        },
         {
           title: '设备名称',
           dataIndex: 'sbName'
@@ -147,14 +143,15 @@ export default {
             return this.BaseTool.Object.getField(this.map, text)
           }
         },
-        {
-          title: '描述',
-          dataIndex: 'description'
-        },
+
         {
           title: '实时数值',
           dataIndex: 'result'
         },
+        {
+          title: '单位',
+          dataIndex: 'unit'
+        },
         {
           title: '系数',
           dataIndex: 'ratio',
@@ -163,17 +160,13 @@ export default {
           }
         },
         {
-          title: '单位',
-          dataIndex: 'unit'
+          title: '描述',
+          dataIndex: 'description'
         },
         {
           title: '备注',
           dataIndex: 'remark'
         },
-        {
-          title: '创建日期',
-          dataIndex: 'createdTime'
-        },
         {
           title: '操作',
           key: 'action',