|
|
|
|
@ -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 : "-";
|
|
|
|
|
|