no message

app
jscyl13849007907 5 months ago
parent 9f234bf3dd
commit 15f63d0c09

@ -710,7 +710,7 @@ export default {
"姓名:": this.orderDetail.userName + this.orderDetail.setTitle,
"身份证号:": this.orderDetail.idCard ? this.orderDetail.idCard : "-",
"企业岗位:": this.orderDetail.storeJobName ? this.orderDetail.storeJobName : "-",
电话: this.orderDetail.tel ? this.orderDetail.tel : "-",
'电话:': this.orderDetail.tel ? this.orderDetail.tel : "-",
};
if (this.orderDetail.status == 10 || this.orderDetail.status == 20 || this.orderDetail.status == 25) {
params["面试时间"] = this.orderDetail.interview_time ? this.orderDetail.interview_time : "-";

Loading…
Cancel
Save