tangning 9 月之前
父節點
當前提交
f3ad3ef528
共有 1 個文件被更改,包括 2 次插入2 次删除
  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: {