From d0a257ce2e4740142bb3697f089cb5b668f6383a Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 4 Aug 2025 15:36:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BB=BB=E5=8A=A1=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pm/utask.vue | 20 +++++++++++++++++++- src/views/pm/utask_form.vue | 15 ++++++++------- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/src/views/pm/utask.vue b/src/views/pm/utask.vue index 35fe28f9..9dd8912c 100644 --- a/src/views/pm/utask.vue +++ b/src/views/pm/utask.vue @@ -84,7 +84,7 @@ {{ scope.row.material_.name }} - + + + + @@ -264,6 +277,11 @@ export default { 34: "终止", 40: "已提交", }, + priority_: { + 10: "低", + 20: "中", + 30: "高", + }, start_date: "", newDate: "", }; diff --git a/src/views/pm/utask_form.vue b/src/views/pm/utask_form.vue index 6fafce5a..479bfd94 100644 --- a/src/views/pm/utask_form.vue +++ b/src/views/pm/utask_form.vue @@ -64,19 +64,19 @@ }} - +