From a892c14cbbc135624fa945dfd7663c36a8db6a6a Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Wed, 12 Mar 2025 19:53:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(coach):=20=E9=87=8D=E6=9E=84=E5=AD=A6?= =?UTF-8?q?=E5=91=98=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新了学员信息和课程信息的展示方式 - 重新设计了出勤记录和体测报告的界面 - 优化了页面的整体布局和颜色搭配 - 移除了冗余的代码和不必要的注释 --- pages/coach/student/info.vue | 831 ++++++++++++++--------------------- 1 file changed, 322 insertions(+), 509 deletions(-) diff --git a/pages/coach/student/info.vue b/pages/coach/student/info.vue index f8116d2..2563100 100644 --- a/pages/coach/student/info.vue +++ b/pages/coach/student/info.vue @@ -2,381 +2,170 @@