From 2173cd1cf10e0473d56366ca341f9e46c84789fc Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 26 Aug 2024 20:52:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E8=8C=83=E5=9B=B4,=20=E8=AF=A6=E6=83=85=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=AE=9E=E6=96=BD=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailComponent/ApprovalDetail.vue | 135 +-------------- .../DetailComponent/FileComponent.vue | 15 +- .../DetailComponent/ProjectApply.vue | 147 +--------------- .../DetailComponent/ProjectAttachment.vue | 158 ++++++++++++++++++ src/components/steps/index.vue | 158 ++++++++++++------ .../implementation/detail.vue | 25 ++- .../implementation/index.vue | 16 +- .../implementation/upload.vue | 2 +- src/views/workflow/common/OperationRender.vue | 36 +--- 9 files changed, 322 insertions(+), 370 deletions(-) create mode 100644 src/components/DetailComponent/ProjectAttachment.vue diff --git a/src/components/DetailComponent/ApprovalDetail.vue b/src/components/DetailComponent/ApprovalDetail.vue index f902ce1..07b5b2d 100644 --- a/src/components/DetailComponent/ApprovalDetail.vue +++ b/src/components/DetailComponent/ApprovalDetail.vue @@ -1,36 +1,9 @@