Explorar el Código

[Feat 0000] 可配置首页静态配置更新

houzekong hace 3 meses
padre
commit
18328a001f

+ 1 - 1
src/views/vent/deviceManager/configurationTable/configuration.data.ts

@@ -106,7 +106,7 @@ export const formSchema: FormSchema[] = [
     label: '原始预设名称',
     field: 'desc',
     component: 'Select',
-    required: true,
+    required: false,
     componentProps: {
       options: ModulePresetOptions,
     },

+ 1 - 1
src/views/vent/home/configurable/configurable.data.ts

@@ -615,7 +615,7 @@ export const testConfigDust: Config[] = [
     },
     showStyle: {
       size: 'width:450px;height:860px;',
-      version: '保德',
+      version: '新版',
       position: 'top:60px;left:0;',
     },
   },