From 4452e03c2465c9c6676ae2cbd359e0455b653a48 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Wed, 10 Apr 2024 10:12:18 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/policy.vue | 5 ----- src/views/report/postInfo.vue | 16 ++++++---------- src/views/report/taskInfo.vue | 16 ++++++---------- vue.config.js | 2 +- 4 files changed, 13 insertions(+), 26 deletions(-) diff --git a/src/views/report/policy.vue b/src/views/report/policy.vue index 768f4fd..59cb2bf 100644 --- a/src/views/report/policy.vue +++ b/src/views/report/policy.vue @@ -54,11 +54,6 @@ export default { return { ...baseOptions, column: [{ - label: '机构名称', - prop: 'name', - search: true, - searchSpan: 6, - },{ label: '政策名称', prop: 'name2', search: true, diff --git a/src/views/report/postInfo.vue b/src/views/report/postInfo.vue index 40a2b8a..50da404 100644 --- a/src/views/report/postInfo.vue +++ b/src/views/report/postInfo.vue @@ -61,32 +61,28 @@ export default { search:true, }, { - label: '岗位总数', + label: '发布岗位数', prop: 'data1', }, { - label: '发布岗位数', + label: '招聘中岗位数', prop: 'data2', }, - { - label: '招聘中岗位数', - prop: 'data3', - }, { label: '关闭岗位数', - prop: 'data4' + prop: 'data3' }, { label: '待审核岗位数', - prop: 'data5' + prop: 'data4' }, { label: '审核通过岗位数', - prop: 'data6' + prop: 'data5' }, { label: '推送成功岗位数', - prop: 'data7' + prop: 'data6' }, { label: '日期', diff --git a/src/views/report/taskInfo.vue b/src/views/report/taskInfo.vue index e4f2a18..1f7f03c 100644 --- a/src/views/report/taskInfo.vue +++ b/src/views/report/taskInfo.vue @@ -61,32 +61,28 @@ export default { search:true, }, { - label: '任务总数', + label: '发布任务数', prop: 'data1', }, { - label: '发布任务数', + label: '招聘中任务数', prop: 'data2', }, - { - label: '招聘中任务数', - prop: 'data3', - }, { label: '关闭任务数', - prop: 'data4' + prop: 'data3' }, { label: '待审核任务数', - prop: 'data5' + prop: 'data4' }, { label: '审核通过任务数', - prop: 'data6' + prop: 'data5' }, { label: '推送成功任务数', - prop: 'data7' + prop: 'data6' }, { label: '日期', diff --git a/vue.config.js b/vue.config.js index 90ff354..daacde0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,7 +23,7 @@ module.exports = { port: 1888, proxy: { "/api": { - target: 'http://localhost:8000', + target: 'http://10.165.0.173:8000', ws: true, changeOrigin: true, pathRewrite: {