From 3fead379241b73c5c1a9ba86eafdbb70a0c44c66 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Mon, 3 Jun 2024 21:33:12 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BpmnView/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/BpmnView/index.vue b/src/components/BpmnView/index.vue index 3d04246..c5e0c7b 100644 --- a/src/components/BpmnView/index.vue +++ b/src/components/BpmnView/index.vue @@ -133,6 +133,7 @@ const genNodeDetailBox = (e, overlays, data) => {
开始时间:${data.startTime || ''}
结束时间:${data.endTime || ''}
审批耗时:${data.runDuration || ''}
+流程版本:v${data.version || ''}
` }); };