lrf402788946 4 年之前
父節點
當前提交
e88ebc2f7d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: '最后学历' }, // 最后学历