lrf402788946 3 年 前
コミット
ee84799bb6
2 ファイル変更771 行追加768 行削除
  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' },

ファイルの差分が大きいため隠しています
+ 769 - 768
app/service/student.js