From 1f9a3603d8d3487c912645f8f14b10d895a65ff2 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 14 May 2024 21:07:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-demand/collection/add.vue | 2 +- .../project-demand/collection/detail.vue | 137 +++++++++--------- .../project-management/initiation/apply.vue | 17 ++- .../project-management/initiation/index.vue | 2 +- 4 files changed, 84 insertions(+), 74 deletions(-) diff --git a/src/views/project-demand/collection/add.vue b/src/views/project-demand/collection/add.vue index ca7d58d..fb996e0 100644 --- a/src/views/project-demand/collection/add.vue +++ b/src/views/project-demand/collection/add.vue @@ -80,7 +80,7 @@ const formData = ref({ deadline: '', collectExplain: '' }) -const showTinymce = ref(false) +const showTinymce = ref(true) const processDiagramViewer = ref(false) const typeOption = ref([ { diff --git a/src/views/project-demand/collection/detail.vue b/src/views/project-demand/collection/detail.vue index b6437c4..bbb6157 100644 --- a/src/views/project-demand/collection/detail.vue +++ b/src/views/project-demand/collection/detail.vue @@ -2,63 +2,61 @@
-
- - - - {{ formData.requirementName }} + + + + {{ formData.requirementName }} + + + + + {{ formData.companyIds }} + + + + + {{ formData.collectType }} + + + + + {{ formData.deadline }} + + + + + + +
+
+
+
+
+ + + + + + + + + +
+ + + - - - - {{ formData.companyIds }} - - - - - {{ formData.collectType }} - - - - - {{ formData.deadline }} - - - - - - -
-
-
-
-
- - - - - - - - - -
- - - - -
-
- -
+
+ +
@@ -226,28 +224,27 @@ init()