tangning 10 months ago
parent
commit
5a1d472986

BIN
src/assets/images/iNodeClient for Windows.exe


+ 2 - 2
src/views/scene/list.vue

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

+ 2 - 2
src/views/system/user/index.vue

@@ -172,7 +172,7 @@
         labelWidth: 100,
         labelWidth: 100,
         schemas: [
         schemas: [
           {
           {
-            field: 'userName',
+            field: 'nickName',
             label: t('routes.system.userList.userName'),
             label: t('routes.system.userList.userName'),
             component: 'Input',
             component: 'Input',
             componentProps: {
             componentProps: {
@@ -184,7 +184,7 @@
             },
             },
           },
           },
           {
           {
-            field: 'nickName',
+            field: 'userName',
             label: t('routes.system.userList.nickName'),
             label: t('routes.system.userList.nickName'),
             component: 'Input',
             component: 'Input',
             componentProps: {
             componentProps: {