From b1d933e2b4c7f7f93b8453c0cc3a6afda1eb1a78 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 11 Aug 2025 19:30:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20timeline=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/approval-timeline-item.vue | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/workflow/components/approval-timeline-item.vue b/apps/web-antd/src/views/workflow/components/approval-timeline-item.vue index a488062d..fc6da6bc 100644 --- a/apps/web-antd/src/views/workflow/components/approval-timeline-item.vue +++ b/apps/web-antd/src/views/workflow/components/approval-timeline-item.vue @@ -5,7 +5,9 @@ import { onMounted, ref } from 'vue'; import { VbenAvatar } from '@vben/common-ui'; import { DictEnum } from '@vben/constants'; +import { cn } from '@vben/utils'; +import { MessageOutlined } from '@ant-design/icons-vue'; import { TimelineItem } from 'ant-design-vue'; import { ossInfo } from '#/api/system/oss'; @@ -49,6 +51,15 @@ onMounted(async () => { class="bg-primary size-[36px] rounded-full text-white" src="" /> +
@@ -58,8 +69,13 @@ onMounted(async () => {
{{ item.approveName }}
{{ item.updateTime }}
-
-
{{ item.message }}
+
+ +
{{ item.message }}