From 6cb22deda465cea9d0b43acc46e68444860294b2 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 00:53:14 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=89=8D?= =?UTF-8?q?=E5=8F=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/task/index.vue | 96 ++++++++++++++++++++++++++--------- 1 file changed, 72 insertions(+), 24 deletions(-) diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue index 34fdd90..e392727 100644 --- a/src/views/task/task/index.vue +++ b/src/views/task/task/index.vue @@ -35,16 +35,6 @@ - 导出 - - - + - + - + - - - - + @@ -83,11 +70,14 @@ + + + @@ -96,27 +86,80 @@ + width="180"> + + width="180"> + + width="180"> + + label="任务执行状态" + width="180"> + + width="180"> + + + + + + + + + + + + + + + + + + @@ -195,6 +238,11 @@ export default { this.taskList=res.data.rows; }) }, + + insertAdd(){ + + }, + handleSelectionChange(row){ }, From 0df27bd1f9f50629b614ba63c39bdb8cc99243db 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 01:00:44 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=89=8D?= =?UTF-8?q?=E5=8F=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/task/index.vue | 64 +++++++++++------------------------ 1 file changed, 19 insertions(+), 45 deletions(-) diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue index e392727..4aa6bc7 100644 --- a/src/views/task/task/index.vue +++ b/src/views/task/task/index.vue @@ -3,7 +3,7 @@ - + @@ -46,23 +46,23 @@ - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -136,33 +136,6 @@ - - - - - - - - - - - - - - - - -