优化表单配置

This commit is contained in:
Gary Fu
2023-12-31 18:44:02 +08:00
parent 7693635b45
commit 1af4c343e6
4 changed files with 64 additions and 11 deletions

View File

@@ -28,12 +28,10 @@ const options = [
},
children: [{
labelKey: 'common.label.langCn',
value: GlobalLocales.CN,
type: 'option'
value: GlobalLocales.CN
}, {
labelKey: 'common.label.langEn',
value: GlobalLocales.EN,
type: 'option'
value: GlobalLocales.EN
}]
},
{
@@ -46,12 +44,10 @@ const options = [
},
children: [{
labelKey: 'common.label.layoutLeft',
value: GlobalLayoutMode.LEFT,
type: 'option'
value: GlobalLayoutMode.LEFT
}, {
labelKey: 'common.label.layoutTop',
value: GlobalLayoutMode.TOP,
type: 'option'
value: GlobalLayoutMode.TOP
}]
},
{