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] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=89=8D=E5=8F=B0?= =?UTF-8?q?=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){ },