lrf402788946 hace 4 años
padre
commit
e88ebc2f7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/model/teacher.js

+ 1 - 1
app/model/teacher.js

@@ -53,7 +53,7 @@ const TeacherSchema = {
   birthday: { type: String, required: false, maxLength: 200, zh: '出生年月' }, // 出生年月
   entrydate: { type: String, required: false, maxLength: 200, zh: '入职时间' }, // 入职时间
   politics: { type: String, required: false, maxLength: 200, zh: '政治面貌' }, // 政治面貌
-  department: { type: String, required: false, maxLength: 200, zh: '所在部门' }, // 所在部门
+  department: { type: String, required: false, maxLength: 200, zh: '所在单位' }, // 所在单位
   job: { type: String, required: false, maxLength: 200, zh: '职务' }, // 职务
   protitle: { type: String, required: false, maxLength: 200, zh: '职称' }, // 职称
   education: { type: String, required: false, maxLength: 200, zh: '最后学历' }, // 最后学历