From a7aa31a923f747f45eae299574ae158f454608b2 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Thu, 1 Aug 2024 08:35:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/routes/modules/stuzy/stuzy.ts | 2 +-
src/views/zy/zyGonggao/ZyGonggaoList.vue | 4 +-
.../zy/zyInfo/StudentZyInfoLiebiaoList.vue | 561 +++++++++--------
src/views/zy/zyInfo/StudentZyInfoList.vue | 573 +++++++++---------
src/views/zy/zyInfo/ZyInfoV2List.vue | 95 ++-
.../zyInfo/components/ZyInfoDetailModal.vue | 2 +-
.../zy/zyInfoStudent/ZyInfoStudent.data.ts | 30 +-
.../zy/zyInfoStudentHp/ZyInfoStudentHp.api.ts | 2 +
.../zyInfoStudentHp/ZyInfoStudentHp.data.ts | 60 +-
.../zyInfoStudentHp/ZyInfoStudentHpList.vue | 45 +-
.../ZyInfoStudentHpMyhpfsList.vue | 234 +++++++
.../ZyInfoStudentHpYpyList.vue | 268 ++++++++
src/views/zy/zyInfoStudentHp/ZyhpMainList.vue | 40 ++
.../components/ZyInfoStudentHpOneForm.vue | 216 ++++---
14 files changed, 1418 insertions(+), 714 deletions(-)
create mode 100644 src/views/zy/zyInfoStudentHp/ZyInfoStudentHpMyhpfsList.vue
create mode 100644 src/views/zy/zyInfoStudentHp/ZyInfoStudentHpYpyList.vue
create mode 100644 src/views/zy/zyInfoStudentHp/ZyhpMainList.vue
diff --git a/src/router/routes/modules/stuzy/stuzy.ts b/src/router/routes/modules/stuzy/stuzy.ts
index e1de63d..31940a2 100644
--- a/src/router/routes/modules/stuzy/stuzy.ts
+++ b/src/router/routes/modules/stuzy/stuzy.ts
@@ -81,7 +81,7 @@ const stuzy: AppRouteModule = {
{
path: 'zyhp',
name: 'zyhp',
- component: () => import('/@/views/zy/zyInfoStudentHp/ZyInfoStudentHpList.vue'),
+ component: () => import('/@/views/zy/zyInfoStudentHp/ZyhpMainList.vue'),
meta: {
title: '作业互评',
},
diff --git a/src/views/zy/zyGonggao/ZyGonggaoList.vue b/src/views/zy/zyGonggao/ZyGonggaoList.vue
index 782456e..fb2597f 100644
--- a/src/views/zy/zyGonggao/ZyGonggaoList.vue
+++ b/src/views/zy/zyGonggao/ZyGonggaoList.vue
@@ -15,7 +15,7 @@