diff --git a/src/views/ems/record/recordIOTInstant/index.vue b/src/views/ems/record/recordIOTInstant/index.vue index 7cd03b0..229573a 100644 --- a/src/views/ems/record/recordIOTInstant/index.vue +++ b/src/views/ems/record/recordIOTInstant/index.vue @@ -191,7 +191,7 @@ - + @@ -377,6 +377,7 @@ export default { collectTime: null, recodeTime: null, monitorIds: [], + monitorName: null, }, // 表单参数 form: {}, @@ -385,7 +386,7 @@ export default { }, columns: [ { key: 0, label: `标识`, visible: true }, - { key: 1, label: `计量设备编号`, visible: true }, + { key: 1, label: `计量设备`, visible: true }, { key: 2, label: `温度`, visible: true }, { key: 3, label: `湿度`, visible: true }, { key: 4, label: `照度`, visible: true }, diff --git a/src/views/ems/record/recordVibrationInstant/index.vue b/src/views/ems/record/recordVibrationInstant/index.vue index 7fa66b4..b1a6930 100644 --- a/src/views/ems/record/recordVibrationInstant/index.vue +++ b/src/views/ems/record/recordVibrationInstant/index.vue @@ -191,7 +191,7 @@ - + @@ -377,6 +377,7 @@ export default { collectTime: null, recodeTime: null, monitorIds: [], + monitorName: null, }, // 表单参数 form: {}, @@ -385,12 +386,12 @@ export default { }, columns: [ { key: 0, label: `标识`, visible: true }, - { key: 1, label: `计量设备编号`, visible: true }, - { key: 2, label: `温度`, visible: true }, - { key: 3, label: `湿度`, visible: true }, - { key: 4, label: `照度`, visible: true }, - { key: 5, label: `噪声`, visible: true }, - { key: 6, label: `硫化氢浓度`, visible: true }, + { key: 1, label: `计量设备`, visible: true }, + { key: 2, label: `温度`, visible: false }, + { key: 3, label: `湿度`, visible: false }, + { key: 4, label: `照度`, visible: false }, + { key: 5, label: `噪声`, visible: false }, + { key: 6, label: `硫化氢浓度`, visible: false }, { key: 7, label: `振动-速度(mm/s)`, visible: true }, { key: 8, label: `振动-位移(um)`, visible: true }, { key: 9, label: `振动-加速度(g)`, visible: true },