From 6ac1dba2b58697a5c889841741cfe63fba301117 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 15 Jul 2024 19:12:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8E=92=E7=89=88,=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E7=AE=A1=E7=90=86=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailComponent/ApprovalDetail.vue | 10 +- .../DetailComponent/ProjectApply.vue | 324 +++++++++++++----- .../DetailComponent/SummaryDetail.vue | 19 +- .../organizationalStructure/Department.vue | 18 + src/components/steps/index.vue | 3 +- .../implementation/detail.vue | 6 +- .../implementation/upload.vue | 37 +- 7 files changed, 295 insertions(+), 122 deletions(-) diff --git a/src/components/DetailComponent/ApprovalDetail.vue b/src/components/DetailComponent/ApprovalDetail.vue index becd16b..ead1bad 100644 --- a/src/components/DetailComponent/ApprovalDetail.vue +++ b/src/components/DetailComponent/ApprovalDetail.vue @@ -1,5 +1,6 @@