Browse Source

feat:修改分班

DESKTOP-USV654P\pc 8 months ago
parent
commit
2bfdee1c23
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/educational/division/data.config.ts

+ 4 - 4
src/views/educational/division/data.config.ts

@@ -376,7 +376,7 @@ export const tableSatisfyColumns: BasicColumn[] = [
   },
   {
     title: '性别',
-    dataIndex: 'gender',
+    dataIndex: 'genderCn',
     align: 'left',
     width: 80,
   },
@@ -393,7 +393,7 @@ export const tableSatisfyColumns: BasicColumn[] = [
   },
   {
     title: '体重(kg)',
-    dataIndex: 'wg',
+    dataIndex: 'weight',
     align: 'left',
     width: 80,
   },
@@ -417,13 +417,13 @@ export const tableSatisfyColumns: BasicColumn[] = [
   },
   {
     title: '住宿类型',
-    dataIndex: 'stateType',
+    dataIndex: 'stduyStatusCn',
     align: 'left',
     width: 100,
   },
   {
     title: '手机号',
-    dataIndex: 'cName',
+    dataIndex: 'mobile',
     align: 'left',
     width: 120,
   },