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 || '无' }} +
+ + + + + + + + + + +
+