tangning 9 months ago
parent
commit
f3ad3ef528
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/lanUser/list.vue

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

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