|
|
|
|
@ -705,8 +705,9 @@ export default {
|
|
|
|
|
handleCopy() {
|
|
|
|
|
let that = this,
|
|
|
|
|
params = {};
|
|
|
|
|
// {{ orderDetail.userName }}{{ orderDetail.setTitle }}
|
|
|
|
|
params = {
|
|
|
|
|
"姓名:": this.orderDetail.userName + "/" + this.orderDetail.sex == 1 ? "男" : "女" + "/" + this.orderDetail.age + "岁/" + this.orderDetail.nation,
|
|
|
|
|
"姓名:": this.orderDetail.userName + this.orderDetail.setTitle,
|
|
|
|
|
"身份证号:": this.orderDetail.idCard ? this.orderDetail.idCard : "-",
|
|
|
|
|
"企业岗位:": this.orderDetail.storeJobName ? this.orderDetail.storeJobName : "-",
|
|
|
|
|
电话: this.orderDetail.tel ? this.orderDetail.tel : "-",
|
|
|
|
|
|