lrf402788946 3 years ago
parent
commit
ee84799bb6
2 changed files with 771 additions and 768 deletions
  1. 2 0
      app/service/school.js
  2. 769 768
      app/service/student.js

+ 2 - 0
app/service/school.js

@@ -413,6 +413,8 @@ class SchoolService extends CrudService {
       { key: '民族', column: 'nation' },
       { key: '身份证号', column: 'id_number' },
       { key: '学校名称', column: 'school_name' },
+      { key: '学历层次', column: 'edua_level' },
+      { key: '学制', column: 'edua_system' },
       { key: '院(系)', column: 'faculty' },
       { key: '专业', column: 'major' },
       { key: '入学年份', column: 'entry_year' },

File diff suppressed because it is too large
+ 769 - 768
app/service/student.js