From de6a8ef347bc8b4756f0319c1ce3e44770d96c00 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 20 Jan 2026 10:42:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowManagement/addDialog.vue | 54 ++++++--- .../flowManagement/managementOfKeyTasks.vue | 112 ++---------------- 2 files changed, 45 insertions(+), 121 deletions(-) diff --git a/src/views/flowManagement/addDialog.vue b/src/views/flowManagement/addDialog.vue index 337c611..c7c99ea 100644 --- a/src/views/flowManagement/addDialog.vue +++ b/src/views/flowManagement/addDialog.vue @@ -3,17 +3,11 @@ append-to-body="false" :title="title" :model-value="visible" - width="70%" + width="80%" @close="handleClose" - > - -
- {{ formError }} -
- @@ -109,7 +103,7 @@ :disabled="isDetail" style="width: 100%" v-model="addForm.projectStartTime" - type="datetime" + type="date" placeholder="选择日期" format="YYYY-MM-DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss" @@ -123,7 +117,7 @@ :disabled="isDetail" style="width: 100%" v-model="addForm.projectDesiredEnd" - type="datetime" + type="date" placeholder="选择日期" format="YYYY-MM-DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss" @@ -134,15 +128,27 @@
- 插入一行 - 删除选中行 + 插入一行 + 删除选中行 +
+ +
+ {{ formError }}
- - + +