From 858e06b1e1a90680126fee9f78bd4f75a3efd45a Mon Sep 17 00:00:00 2001 From: Spark <2666652@gmail.com> Date: Sat, 12 Oct 2024 01:12:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E7=82=B9=E5=90=8D?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=92=8C=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RollCallClient/src/views/Home.vue | 27 ++ RollCallClient/src/views/RollCall.vue | 561 ++++++++++++++++++++++++++ 2 files changed, 588 insertions(+) create mode 100644 RollCallClient/src/views/Home.vue create mode 100644 RollCallClient/src/views/RollCall.vue diff --git a/RollCallClient/src/views/Home.vue b/RollCallClient/src/views/Home.vue new file mode 100644 index 0000000..0948ed6 --- /dev/null +++ b/RollCallClient/src/views/Home.vue @@ -0,0 +1,27 @@ + + + 欢迎使用 YaYa点名 + 请从左侧菜单选择功能 + + + + + + \ No newline at end of file diff --git a/RollCallClient/src/views/RollCall.vue b/RollCallClient/src/views/RollCall.vue new file mode 100644 index 0000000..a787a7b --- /dev/null +++ b/RollCallClient/src/views/RollCall.vue @@ -0,0 +1,561 @@ + + + + + + + + + + + + + + + + {{ card.name }} + + + + + + + + + + + + {{ cardResult.no }} {{ cardResult.name }} + 当前积分:{{ cardResult.points }} + + + - + + + + + + + + 积分变动: + + {{ pointChange > 0 ? '+' : ''}}{{ pointChange }} + + + + + + + + + + + + Coding the World. + + + + + + + \ No newline at end of file
请从左侧菜单选择功能
Coding the World.