From ad77ae1c0b13c7ba8befe4aa57e1646ec25ae778 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Wed, 12 Aug 2026 10:38:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E5=87=BA=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/negative/action-history.vue | 199 ++++++++++++++++++++- 1 file changed, 197 insertions(+), 2 deletions(-) diff --git a/src/components/negative/action-history.vue b/src/components/negative/action-history.vue index 4360c01..fcd982a 100644 --- a/src/components/negative/action-history.vue +++ b/src/components/negative/action-history.vue @@ -14,6 +14,11 @@ {{ item.crtName }} {{ item.actionName }} 详情 + 对比上一步
+ + +
+
+ 退回时间:{{ activeComparison.returnHistory.crtTime }} + 退回人员:{{ activeComparison.returnHistory.crtName || '无' }} + 退回意见:{{ activeComparison.returnOpinion || '无' }} +
+ + + + + + + + + + +
+