From 1e9cebaa57a6cffaf314c250f733d0f990df2e7f Mon Sep 17 00:00:00 2001 From: Ly <163999932+significative@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/person.ts | 4 +- src/views/registrationPersonage/index.vue | 152 ++++++++++++++++------ 2 files changed, 115 insertions(+), 41 deletions(-) diff --git a/src/api/person.ts b/src/api/person.ts index 008205b..00e392a 100644 --- a/src/api/person.ts +++ b/src/api/person.ts @@ -59,7 +59,9 @@ interface SignUpData { entryFormat: '团队' | '个人' id: string instructorSheetList?: any[] - teamManagementList?: any[] + teamManagementList?: any[], + file:string + WorkName:any } interface MembersOrAdviser { diff --git a/src/views/registrationPersonage/index.vue b/src/views/registrationPersonage/index.vue index 8efc609..3da9415 100644 --- a/src/views/registrationPersonage/index.vue +++ b/src/views/registrationPersonage/index.vue @@ -25,11 +25,7 @@
{{ ndbs.annualid }}年度
{{ ndbs.name }}
- +
@@ -76,16 +72,10 @@
- +
- + @@ -93,23 +83,21 @@ - - - + + + + + +
-
+
@@ -179,16 +167,37 @@ {{ isDisable ? '返回' : isEdit ? '取消修改' : '取消报名' }} - + {{ isEdit ? '确认修改' : '确认报名' }}
+ + + + + + + + + + + + + + +