From 16c329af4cd25df9a22f64d8ed9b6cdc337d58c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E8=B1=AA?= <1437200870@qq.com> Date: Fri, 23 Aug 2024 09:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=89=8D=E5=8F=B0?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/task/index.vue | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue index 8ba100f..5e3fe77 100644 --- a/src/views/task/task/index.vue +++ b/src/views/task/task/index.vue @@ -28,24 +28,18 @@ - - - - - - - - - - 新增 - + + 新增 + + @@ -227,7 +221,10 @@ export default { watch: {}, //方法集合", methods: { - + //添加页面展示 + handleAdd(){ + this.dialogFormVisible = true; + }, //添加任务 addTask(){