Jelajahi Sumber

计量

Signed-off-by: hsshuxian <3049816743@qq.com>
hsshuxian 8 bulan lalu
induk
melakukan
4e3531ccc3
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      ems-ui-cloud/src/views/basecfg/meterdevc/index.vue

+ 2 - 2
ems-ui-cloud/src/views/basecfg/meterdevc/index.vue

@@ -217,7 +217,7 @@ export default {
         objTag: null,
         colCycle: null,
         colMode: null,
-        magnification: 1,
+        magnification: null,
         specDesc: null
       },
       // 表单参数
@@ -317,7 +317,7 @@ export default {
         this.title = '添加电表';
         this.form.meterCls = 45;
       } else if (this.activeTab === '水表') {
-        this.title = '添加表';
+        this.title = '添加表';
         this.form.meterCls = 70;
       }
     },