From c0d4a7734c97b9b371df868c09dee7ce88ddd6fc Mon Sep 17 00:00:00 2001 From: liting <994745334@qq.com> Date: Mon, 24 Jun 2024 12:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../acceptance/components/FundsForm copy.vue | 129 ++++++++++ .../acceptance/components/FundsForm.vue | 100 +++----- .../contract/components/FundsForm copy.vue | 185 ++++++++++++++ .../contract/components/FundsForm.vue | 240 ++++++++++-------- 4 files changed, 489 insertions(+), 165 deletions(-) create mode 100644 src/views/acceptance/acceptance/components/FundsForm copy.vue create mode 100644 src/views/contract/contract/components/FundsForm copy.vue diff --git a/src/views/acceptance/acceptance/components/FundsForm copy.vue b/src/views/acceptance/acceptance/components/FundsForm copy.vue new file mode 100644 index 000000000..16f4cb066 --- /dev/null +++ b/src/views/acceptance/acceptance/components/FundsForm copy.vue @@ -0,0 +1,129 @@ + + \ No newline at end of file diff --git a/src/views/acceptance/acceptance/components/FundsForm.vue b/src/views/acceptance/acceptance/components/FundsForm.vue index 16f4cb066..a06d38a1c 100644 --- a/src/views/acceptance/acceptance/components/FundsForm.vue +++ b/src/views/acceptance/acceptance/components/FundsForm.vue @@ -1,66 +1,44 @@ \ No newline at end of file diff --git a/src/views/contract/contract/components/FundsForm.vue b/src/views/contract/contract/components/FundsForm.vue index 8d8c096f7..b64c4b548 100644 --- a/src/views/contract/contract/components/FundsForm.vue +++ b/src/views/contract/contract/components/FundsForm.vue @@ -1,124 +1,111 @@