From 8b35ee53a8d33b873b7ce574bb36d217f31cb611 Mon Sep 17 00:00:00 2001 From: GoldenZqqq <1361001127@qq.com> Date: Thu, 22 Aug 2024 15:33:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E3=80=81=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E9=A1=B5=E9=9D=A2=E5=8F=B3=E4=BE=A7=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=BA=BF=E4=BD=BF=E7=94=A8=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=9A=84=E7=9C=9F=E5=AE=9E=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/processInstance/detail/index_new.vue | 61 +++++-------------- 1 file changed, 16 insertions(+), 45 deletions(-) diff --git a/src/views/bpm/processInstance/detail/index_new.vue b/src/views/bpm/processInstance/detail/index_new.vue index 263b1b32..324ab239 100644 --- a/src/views/bpm/processInstance/detail/index_new.vue +++ b/src/views/bpm/processInstance/detail/index_new.vue @@ -13,9 +13,7 @@ {{ processInstance?.startUser?.nickname }} -
- {{ dayjs(processInstance.startTime).format('YYYY-MM-DD HH:mm:ss') }} 提交 -
+
{{ formatDate(processInstance.startTime) }} 提交
@@ -210,25 +208,33 @@ + +
+
发起人:{{ processInstance?.startUser?.nickname }}
+ 发起 +
+ 发起时间:{{ formatDate(processInstance.startTime) }} +
+
+
-
- {{ index === 0 ? '发起人' : '审批人' }}:{{ activity.createBy }}
+
审批人:{{ activity.assigneeUser?.nickname }}
+
接收时间:{{ activity.receiveTime }}
-
- 审批时间:{{ activity.auditTime }} +
+ 审批时间:{{ activity.createTime }}
审批意见:
@@ -284,7 +290,7 @@