From b8f68366ae29f4807ce34a36c1272d16975e5db9 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Fri, 15 Mar 2024 14:03:08 +0800 Subject: [PATCH] add --- src/components/formTable/index.vue | 65 +++ src/views/cost_projects/edit.vue | 1 - .../supervision_participating_units/edit.vue | 445 ++++++++---------- 3 files changed, 267 insertions(+), 244 deletions(-) create mode 100644 src/components/formTable/index.vue diff --git a/src/components/formTable/index.vue b/src/components/formTable/index.vue new file mode 100644 index 0000000..be56f3a --- /dev/null +++ b/src/components/formTable/index.vue @@ -0,0 +1,65 @@ + + \ No newline at end of file diff --git a/src/views/cost_projects/edit.vue b/src/views/cost_projects/edit.vue index 4ea88dc..de813c6 100644 --- a/src/views/cost_projects/edit.vue +++ b/src/views/cost_projects/edit.vue @@ -313,7 +313,6 @@ const customEvent = (e) => { formData.aunit = e.part_a formData.generalize = e.project_scale formData.Acontact = e.part_a_contract - // part_a_contract showDialog.value = false; }; diff --git a/src/views/supervision_participating_units/edit.vue b/src/views/supervision_participating_units/edit.vue index a9fe016..24ebdc4 100644 --- a/src/views/supervision_participating_units/edit.vue +++ b/src/views/supervision_participating_units/edit.vue @@ -1,163 +1,122 @@