|
@@ -10,6 +10,7 @@ const userleader = {
|
|
card: { type: String, required: false, zh: "身份证号" }, //
|
|
card: { type: String, required: false, zh: "身份证号" }, //
|
|
phone: { type: String, required: false, zh: "手机号" }, //
|
|
phone: { type: String, required: false, zh: "手机号" }, //
|
|
status: { type: String, required: false, default: "0", zh: "状态" }, // 字典表:exam_status
|
|
status: { type: String, required: false, default: "0", zh: "状态" }, // 字典表:exam_status
|
|
|
|
+ cause: { type: String, required: false, zh: "审核结果" }, //
|
|
};
|
|
};
|
|
const schema = new Schema(userleader, {
|
|
const schema = new Schema(userleader, {
|
|
toJSON: { getters: true, virtuals: true },
|
|
toJSON: { getters: true, virtuals: true },
|