From 04bbedf0251eb20228feb47228c3f82f50611e01 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 14 Jul 2024 22:50:58 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-demand/summary/add.vue | 112 +++++++++++++---------- 1 file changed, 62 insertions(+), 50 deletions(-) diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index aeeefe2..84537ce 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -24,7 +24,7 @@ + :title="!formData.startTime?'请先选择开始时间!':''" label-width="135"> - + + + + + + + + + + + + + - - - - - - - - + - + - - + + + + - - + + + + + + - - + + + @@ -140,11 +147,12 @@ - + {{ formData.specialFund }} - + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -289,7 +301,7 @@ const formData = ref({ isSpecialFund: true, industryUniversityResearch: '0', governmentDeclaration: '0', - resultForm:[] + resultForm: [] }) const rules = reactive({ @@ -366,9 +378,9 @@ const compositeParam = (item, type) => { const getAttachment = (val) => { // console.log('上传文件getAttachment', val) - showSingleTable.value=false + showSingleTable.value = false formData.value.singleFile = compositeParam(val) - singleList.value.push( compositeParam(val)) + singleList.value.push(compositeParam(val)) nextTick(() => { showSingleTable.value = true })