From 9ddc5e1c94f0dccfe28aa3bdf96a8611cbc67e9b Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Thu, 25 Apr 2024 19:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=BB=9F=E4=B8=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=88=90=E9=9B=B6=E5=B7=A5=E5=B2=97=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/dic.js | 4 ++-- src/views/manage/econtract/contentIndex.vue | 2 +- src/views/manage/mission/index.vue | 4 ++-- src/views/manage/recruit/index.vue | 2 +- src/views/manage/works/index.vue | 4 ++-- src/views/report/auditInfo.vue | 14 +++++++------- src/views/report/taskInfo.vue | 12 ++++++------ src/views/tenant/mission/index.vue | 8 ++++---- src/views/util/mission-view.vue | 10 +++++----- src/views/wel/cards/quickcard.vue | 2 +- src/views/workstation/task/index.vue | 2 +- vue.config.js | 2 +- 12 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/common/dic.js b/src/common/dic.js index ea80a83..1e7af10 100644 --- a/src/common/dic.js +++ b/src/common/dic.js @@ -52,8 +52,8 @@ export const payState = [ {value: 1, label: "已支付"}, ]; export const taskState = [ - {value: 1, label: "任务汇总"}, - {value: 2, label: "任务明细"}, + {value: 1, label: "岗位汇总"}, + {value: 2, label: "岗位明细"}, ]; export const postState = [ {value: 1, label: "岗位汇总"}, diff --git a/src/views/manage/econtract/contentIndex.vue b/src/views/manage/econtract/contentIndex.vue index 08b65b8..c1881d9 100644 --- a/src/views/manage/econtract/contentIndex.vue +++ b/src/views/manage/econtract/contentIndex.vue @@ -305,7 +305,7 @@ export default { }, { width:"180px", - label: "任务编号", + label: "岗位编号", prop: "servicesNo", display: false, }, diff --git a/src/views/manage/mission/index.vue b/src/views/manage/mission/index.vue index 4201429..ec87644 100644 --- a/src/views/manage/mission/index.vue +++ b/src/views/manage/mission/index.vue @@ -15,10 +15,10 @@ clearable > - + diff --git a/src/views/manage/recruit/index.vue b/src/views/manage/recruit/index.vue index 119fc72..c1f525b 100644 --- a/src/views/manage/recruit/index.vue +++ b/src/views/manage/recruit/index.vue @@ -444,7 +444,7 @@ export default { } if (idList.length == 0) { - this.$message.error("只能驳回【招聘中】的任务"); + this.$message.error("只能驳回【招聘中】的岗位"); } else { let h = this.$createElement; this.$prompt( diff --git a/src/views/manage/works/index.vue b/src/views/manage/works/index.vue index a823c4b..b6cfc74 100644 --- a/src/views/manage/works/index.vue +++ b/src/views/manage/works/index.vue @@ -288,7 +288,7 @@ export default { display: false, }, { - label: "任务状态", + label: "岗位状态", prop: "status", type: "select", dicData: missionState, @@ -298,7 +298,7 @@ export default { width: 80, }, { - label: "任务编码", + label: "岗位编码", prop: "missionNo", hide: true, display: false, diff --git a/src/views/report/auditInfo.vue b/src/views/report/auditInfo.vue index 96bec25..03d9fab 100644 --- a/src/views/report/auditInfo.vue +++ b/src/views/report/auditInfo.vue @@ -61,31 +61,31 @@ export default { search: true, }, { - label: '登记企业数', + label: '认证用工单位数', prop: 'data1', }, { - label: '企业发布任务数', + label: '发布零工岗位数', prop: 'data2', }, { - label: '企业待审核任务数', + label: '待审核零工岗位数', prop: 'data3' }, { - label: '企业审核通过任务数', + label: '审核通过零工岗位数', prop: 'data4' }, { - label: '企业发布岗位数', + label: '发布全职岗位数', prop: 'data5', }, { - label: '企业待审核岗位数', + label: '待审核全职岗位数', prop: 'data6' }, { - label: '企业审核通过岗位数', + label: '审核通过全职岗位数', prop: 'data7' }, { diff --git a/src/views/report/taskInfo.vue b/src/views/report/taskInfo.vue index 1f7f03c..47efb2a 100644 --- a/src/views/report/taskInfo.vue +++ b/src/views/report/taskInfo.vue @@ -61,27 +61,27 @@ export default { search:true, }, { - label: '发布任务数', + label: '发布零工岗位数', prop: 'data1', }, { - label: '招聘中任务数', + label: '招聘中零工岗位数', prop: 'data2', }, { - label: '关闭任务数', + label: '关闭零工岗位数', prop: 'data3' }, { - label: '待审核任务数', + label: '待审核零工岗位数', prop: 'data4' }, { - label: '审核通过任务数', + label: '审核通过零工岗位数', prop: 'data5' }, { - label: '推送成功任务数', + label: '推送成功零工岗位数', prop: 'data6' }, { diff --git a/src/views/tenant/mission/index.vue b/src/views/tenant/mission/index.vue index b8cb6c4..5c7600a 100644 --- a/src/views/tenant/mission/index.vue +++ b/src/views/tenant/mission/index.vue @@ -13,10 +13,10 @@ clearable > - + @@ -139,11 +139,11 @@ export default { }, timeScreenTerm: [{ value: 2, - label: '任务开始日期', + label: '开始日期', }, { value: 3, - label: '任务结束日期', + label: '结束日期', }, { value: 1, label: '报名截止日期', diff --git a/src/views/util/mission-view.vue b/src/views/util/mission-view.vue index 286395a..084bf39 100644 --- a/src/views/util/mission-view.vue +++ b/src/views/util/mission-view.vue @@ -2,7 +2,7 @@
- +