tangning 10 月之前
父節點
當前提交
5a1d472986
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 二進制
      src/assets/images/iNodeClient for Windows.exe
  2. 2 2
      src/views/scene/list.vue
  3. 2 2
      src/views/system/user/index.vue

二進制
src/assets/images/iNodeClient for Windows.exe


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

@@ -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,
             },
           },

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

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