From 3e1b6b8a222285380c34dd8cac3016ef51b2dafc Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 27 Oct 2022 13:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=EF=BC=9A=E9=9C=80=E6=B1=82=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=BA=94=E7=94=A8=E9=A2=86=E5=9F=9F=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=BF=9B=E8=A1=8C=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/addApplication.vue | 631 ++++++++---------- 1 file changed, 267 insertions(+), 364 deletions(-) diff --git a/front/src/views/personalCenter/components/addApplication.vue b/front/src/views/personalCenter/components/addApplication.vue index d347ae86..47331e43 100644 --- a/front/src/views/personalCenter/components/addApplication.vue +++ b/front/src/views/personalCenter/components/addApplication.vue @@ -9,83 +9,38 @@
申请人信息
- +
- - + + - - + + - - + +
需求信息
- - + + - - + + 基础设施 数据资源 组件服务 @@ -94,50 +49,24 @@ - - + + + - - + + " v-model:value="formName.demandDetails" /> - - - + + + "> 文件上传 @@ -188,8 +103,7 @@ - + " type="primary" html-type="cancle" @click="signOut"> 退出申请 - + " type="primary" html-type="submit" @click="processStartHandle()"> 提交申请 @@ -234,7 +139,7 @@

您已成功申请{{ - formName.demandSubject || '' + formName.demandSubject || '' }},请耐心等待审批结果,结果会第一时间通知您!

@@ -245,250 +150,248 @@