From 30143b6fd20f175ca092129ddd7d57c6181af852 Mon Sep 17 00:00:00 2001 From: wbc <942429426@qq.com> Date: Tue, 8 Apr 2025 13:44:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=A1=A3=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/document/addModal.vue | 105 ++++++++---- src/views/document/api.ts | 21 ++- src/views/document/data.ts | 8 +- src/views/document/detailDrawer.vue | 27 ++-- src/views/document/index.vue | 29 +++- src/views/project/contractManage/addModal.vue | 128 +++++++++++---- src/views/project/contractManage/api.ts | 17 ++ .../project/contractManage/detailDrawer.vue | 8 +- src/views/project/contractManage/index.vue | 9 +- src/views/project/projectManage/addModal.vue | 152 +++++++++++++----- src/views/project/projectManage/api.ts | 5 +- .../project/projectManage/detailDrawer.vue | 17 +- src/views/project/projectManage/index.vue | 9 +- src/views/project/serviceManage/index.vue | 9 +- 14 files changed, 396 insertions(+), 148 deletions(-) diff --git a/src/views/document/addModal.vue b/src/views/document/addModal.vue index 0ebb525..acd8c23 100644 --- a/src/views/document/addModal.vue +++ b/src/views/document/addModal.vue @@ -1,6 +1,6 @@