Browse Source

feat:修改分班

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

+ 12 - 0
src/views/educational/division/data.config.ts

@@ -181,6 +181,18 @@ export const table4Columns: BasicColumn[] = [
     align: 'left',
     width: 120,
   },
+  {
+    title: '第一志愿',
+    dataIndex: 'firstAmbition',
+    align: 'left',
+    width: 150,
+  },
+  {
+    title: '第二志愿',
+    dataIndex: 'secondAmbition',
+    align: 'left',
+    width: 150,
+  },
   {
     title: '住宿类型',
     dataIndex: 'stduyStatusCn',