From 3668825847e23d949d6e7d7872af58ac0bf3af35 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 15 Aug 2024 16:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E4=BA=8B=E9=80=89=E6=8B=A9=E8=AF=95?= =?UTF-8?q?=E5=8D=B7=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/assets/css/main.css | 6 + src/const/testPaper.js | 34 +++ src/utils/api.js | 4 + src/views/match/add/set.vue | 276 +++++++++++++----- src/views/match/add/step3.vue | 30 +- src/views/match/add/template.vue | 235 +++++++++++++++ src/views/match/manage/matchReport.vue | 389 +++++++++++-------------- src/views/match/manage/matchSignup.vue | 8 +- 9 files changed, 689 insertions(+), 295 deletions(-) create mode 100644 src/const/testPaper.js create mode 100644 src/views/match/add/template.vue diff --git a/src/App.vue b/src/App.vue index c12e90f..3d95200 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@