diff --git a/src/components.d.ts b/src/components.d.ts index a77330b..98f4c41 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -17,12 +17,9 @@ declare module 'vue' { ElIcon: typeof import('element-plus/es')['ElIcon'] ElInput: typeof import('element-plus/es')['ElInput'] ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] - ElOption: typeof import('element-plus/es')['ElOption'] ElPagination: typeof import('element-plus/es')['ElPagination'] ElRadio: typeof import('element-plus/es')['ElRadio'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] - ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] - ElSelect: typeof import('element-plus/es')['ElSelect'] ElSlider: typeof import('element-plus/es')['ElSlider'] ElTable: typeof import('element-plus/es')['ElTable'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] diff --git a/src/views/ParamsConfig/index.vue b/src/views/ParamsConfig/index.vue index 07cc6e0..cc68393 100644 --- a/src/views/ParamsConfig/index.vue +++ b/src/views/ParamsConfig/index.vue @@ -18,14 +18,12 @@
-
- 主控器设置 -
+
主控器设置
设备时间
- +
@@ -43,26 +41,34 @@
经纬开灯偏差
- - +
+ + +
+
经纬关灯偏差
- - +
+ + +
+
控制回路数
-
{{ subLoopParameter.subLoopData?.length || 0 }}
+
+ {{ subLoopParameter.subLoopData?.length || 0 }} +
@@ -80,10 +86,8 @@
-
- 稳压分控器 -
-
+
稳压分控器
+
回路地址
@@ -95,19 +99,21 @@
调光幅度
-
{{ item.DimmingValue ? item.DimmingValue + '%' : item.DimmingValue }}
+
+ {{ item.DimmingValue ? item.DimmingValue + '%' : item.DimmingValue }} +
-
查看子模块
+
+ 查看子模块 +
-
- 电能表 -
-
+
电能表
+
-
- 设备号:{{ commit_uid }} -
-
- 设备名称:{{ device_name }} -
+
设备号:{{ commit_uid }}
+
设备名称:{{ device_name }}