From 52744856eeda1714781e13e7013d83a1eb668648 Mon Sep 17 00:00:00 2001
From: liushilong <2224574157@qq.com>
Date: Mon, 18 Mar 2024 21:12:48 +0800
Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=AD=97=E6=AE=B5=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA=E5=8F=8A=E8=A1=A8=E6=A0=BC=E5=88=A4=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task/aside/ListItem.vue | 4 ++--
src/views/task/content/TaskTable.vue | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/task/aside/ListItem.vue b/src/views/task/aside/ListItem.vue
index 9f92cb3..2f05272 100644
--- a/src/views/task/aside/ListItem.vue
+++ b/src/views/task/aside/ListItem.vue
@@ -32,10 +32,10 @@ const svgName = computed(() => {
- - 审批状态:{{ listItem.statshis }}
+ - 审批状态:{{ listItem.statshisText }}
- 审批节点:{{ listItem.tasknamehis }}
- 提交时间:{{ format(new Date(), 'yyyy-MM-dd HH:mm:ss') }}
- - 提报人:{{ listItem.fromuserid }}
+ - 提报人:{{ listItem.fromUserName }}
diff --git a/src/views/task/content/TaskTable.vue b/src/views/task/content/TaskTable.vue
index 7f290cf..c440531 100644
--- a/src/views/task/content/TaskTable.vue
+++ b/src/views/task/content/TaskTable.vue
@@ -14,10 +14,10 @@ defineProps({
- {{ item[0]["label"] }} |
- {{ item[0]["value"] }} |
- {{ item[1]["label"] }} |
- {{ item[1]["value"] }} |
+ {{ item[0]["label"] }} |
+ {{ item[0]["value"] }} |
+ {{ item[1]["label"] }} |
+ {{ item[1]["value"] }} |
From b185cbb1340e91a54342acf4167b914955a9128a Mon Sep 17 00:00:00 2001
From: liushilong <2224574157@qq.com>
Date: Mon, 18 Mar 2024 21:24:45 +0800
Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E5=9B=9E=E6=BB=9A=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task/content/Content.vue | 77 +++++++++++++++++++---------
src/views/task/content/TaskTable.vue | 7 ++-
2 files changed, 59 insertions(+), 25 deletions(-)
diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue
index 08e12e8..f8d0504 100644
--- a/src/views/task/content/Content.vue
+++ b/src/views/task/content/Content.vue
@@ -1,21 +1,24 @@