Commit 3a94d989 authored by David黄金龙's avatar David黄金龙

职位水平

parent cab5ccf6
......@@ -274,7 +274,11 @@ private extension YHPreviewViewModel {
let tmp7 = YHPreviewQuestionAndAnswerModel(question: "入职年月:", answer: model.enter_time)
let tmp8 = YHPreviewQuestionAndAnswerModel(question: "离职年月:", answer: model.leave_time)
let tmp9 = YHPreviewQuestionAndAnswerModel(question: "工作证明文件:", answer: model.work_certificate)
let tmp10 = YHPreviewQuestionAndAnswerModel(question: "职位水平类别:", answer: model.professional_level)
let tempppp0 = YHConstantArrayData.getShowNameBy(indexStr: String(model.professional_level), type: .level)
let tmp10 = YHPreviewQuestionAndAnswerModel(question: "职位水平类别:", answer:tempppp0)
arr1.append(contentsOf: [tmp7,tmp8,tmp9,tmp10])
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment