tangning před 1 rokem
rodič
revize
f3ad3ef528
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/lanUser/list.vue

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

@@ -198,7 +198,7 @@
         labelWidth: 80,
         schemas: [
           {
-            field: 'nickName',
+            field: 'name',
             label: t('routes.staff.userName'),
             component: 'Input',
             componentProps: {
@@ -210,7 +210,7 @@
             },
           },
           {
-            field: 'userName',
+            field: 'ryNo',
             label: '人员编号',
             component: 'Input',
             componentProps: {