lrf402788946 vor 4 Jahren
Ursprung
Commit
86b55b069d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      app/model/teacher.js

+ 2 - 2
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: '最后学历' }, // 最后学历
@@ -64,7 +64,7 @@ const TeacherSchema = {
   courses: { type: String, required: false, maxLength: 200, zh: '主讲课程' }, // 主讲课程
   academic: { type: [ academicInfo ], select: true }, // 主要学术成果及获奖情况
   jobyear: { type: String, required: false, maxLength: 200, zh: '从事就业创业教学工作年限' }, // 从事就业创业教学工作年限
-  jobaddress: { type: String, required: false, maxLength: 500, zh: '工作地点' }, // 工作地点
+  jobaddress: { type: String, required: false, maxLength: 500, zh: '工作单位' }, // 工作单位
   subid: { type: String, required: false, maxLength: 200 }, // 科目id
   islyteacher: { type: String, required: false, maxLength: 200 }, // 是否可讲礼仪课,0-否,1-是
   zlscore: { type: String, required: false, maxLength: 200, zh: '资料评分' }, // 资料评分