From baebd9f62b8737a2b99bc1e9afbce5a44271d7d2 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 30 Nov 2022 15:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E4=BF=AE=E6=94=B9=E5=9B=9E?= =?UTF-8?q?=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/addApplication.vue | 630 ++++++++++-------- 1 file changed, 364 insertions(+), 266 deletions(-) diff --git a/front/src/views/personalCenter/components/addApplication.vue b/front/src/views/personalCenter/components/addApplication.vue index 47331e43..5afd4ff0 100644 --- a/front/src/views/personalCenter/components/addApplication.vue +++ b/front/src/views/personalCenter/components/addApplication.vue @@ -9,38 +9,83 @@
申请人信息
- +
- - + + - - + + - - + +
需求信息
- - + + - - + + 基础设施 数据资源 组件服务 @@ -49,24 +94,44 @@ - - - + + - - + + " + v-model:value="formName.demandDetails" + /> - - - + + + " + > 文件上传 @@ -103,7 +182,8 @@ - + " + type="primary" + html-type="cancle" + @click="signOut" + > 退出申请 - + " + type="primary" + html-type="submit" + @click="processStartHandle()" + > 提交申请 @@ -139,7 +228,7 @@

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

@@ -150,248 +239,257 @@