瀏覽代碼

feat:新生报到添加字段

DESKTOP-USV654P\pc 5 月之前
父節點
當前提交
78325b9835
共有 1 個文件被更改,包括 6 次插入0 次删除
  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',