diff --git a/pages.json b/pages.json index a8ba94e..eb3ea95 100644 --- a/pages.json +++ b/pages.json @@ -604,12 +604,6 @@ "selectedIconPath": "static/image/apply-active.png", "text": "工单" }, - { - "iconPath": "static/image/message.png", - "selectedIconPath": "static/image/message_active.png", - "pagePath": "pages/message/index", - "text": "消息" - }, { "pagePath": "pages/person/index", "iconPath": "static/image/person.png", diff --git a/root/detail/apply.vue b/root/detail/apply.vue index 75f154b..338131f 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -705,11 +705,12 @@ 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 : "-", + '电话:': 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 : "-"; diff --git a/root/detail/job.vue b/root/detail/job.vue index b74af4b..775de7b 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -449,7 +449,7 @@
{{ isSc ? "已收藏" : "收藏" }}
-
+