Browse Source

feat:新生报到添加字段

DESKTOP-USV654P\pc 5 months ago
parent
commit
78325b9835
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/educational/studentReport/data.config.ts

+ 6 - 0
src/views/educational/studentReport/data.config.ts

@@ -56,6 +56,12 @@ export const tableColumns: BasicColumn[] = [
     align: 'left',
     width: 120,
   },
+  {
+    title: '毕业学校',
+    dataIndex: 'graduateSchool',
+    align: 'left',
+    width: 150,
+  },
   {
     title: '就读方式',
     dataIndex: 'stduyStatusCn',