@@ -276,7 +276,7 @@
{
field: 'timeList',
label: t('routes.scene.createTime'),
- labelWidth: locale.value != 'zh' ? 80 : 60,
+ labelWidth: locale.value != 'zh' ? 90 : 60,
component: 'RangePicker',
componentProps: {
maxLength: 100,
@@ -284,7 +284,7 @@
format: 'YYYY-MM-DD',
},
colProps: {
- xl: 4,
+ xl: 5,
xxl: 4,
@@ -172,7 +172,7 @@
labelWidth: 100,
schemas: [
- field: 'userName',
+ field: 'nickName',
label: t('routes.system.userList.userName'),
component: 'Input',
@@ -184,7 +184,7 @@
- field: 'nickName',
+ field: 'userName',
label: t('routes.system.userList.nickName'),