From 3618a600cd2063946ad8a484c302ac3005dc78d9 Mon Sep 17 00:00:00 2001 From: 15210398771 Date: Sun, 14 Apr 2024 17:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/apply/apply/MainForm.vue | 48 ++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/src/views/apply/apply/MainForm.vue b/src/views/apply/apply/MainForm.vue index 3582771b5..1dfce3fe5 100644 --- a/src/views/apply/apply/MainForm.vue +++ b/src/views/apply/apply/MainForm.vue @@ -14,7 +14,14 @@ - + + + @@ -37,19 +44,47 @@ - + + + - + + + - + + + - + + + @@ -162,6 +197,7 @@ import UnitsForm from './components/UnitsForm.vue' import ParticipantForm from './components/ParticipantForm.vue' import PlanForm from './components/PlanForm.vue' import FundsForm from './components/FundsForm.vue' +import {DICT_TYPE, getIntDictOptions} from "@/utils/dict"; /** 立项申请主 表单 */ defineOptions({ name: 'MainForm' }) @@ -346,4 +382,4 @@ const resetForm = () => { } formRef.value?.resetFields() } - \ No newline at end of file +