From 67558e1a324dca9836965d2ee744f0f7e9c9f1db Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 21 Oct 2024 13:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=9F=A5=E8=AF=A2=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/list/plan.vue | 14 +++++++++++++- vue.config.js | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/task/list/plan.vue b/src/views/task/list/plan.vue index 3c31d4e..f0ae783 100644 --- a/src/views/task/list/plan.vue +++ b/src/views/task/list/plan.vue @@ -15,6 +15,10 @@ + @@ -88,7 +92,8 @@ keyword: '', page: 1, page_size: 10, - audit_status:'', + audit_status:'', + has_mission:'', // is_myself_audit:0, year: '', plan_type: '', @@ -103,6 +108,13 @@ allMonths: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], total: 0, list: [], + hasMissionList:[{ + id:0, + value:'否', + },{ + id:1, + value:'是', + }], auditStatusList:[{ id:0, value:'待审核', diff --git a/vue.config.js b/vue.config.js index c1b0b04..8b49cd5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -25,7 +25,7 @@ module.exports = { * Detail: https://cli.vuejs.org/config/#publicpath */ publicPath: process.env.ENV === 'staging' ? '/admin_test' : '/admin', - outputDir: '/Users/mac/Documents/朗业/2024/h-河道处项目/a-安全生产/safety-manage-service/public/admin', + outputDir: '/Users/mac/Documents/朗业/2024/h-河道处项目/a-安全生产/safety-manage-service/public/admin_test', assetsDir: 'static', lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false,