From 517ada59580a84035d2373034f7b77c0bdf044c5 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期一, 11 十一月 2024 15:33:05 +0800
Subject: [PATCH] 错题本分页
---
src/views/home/components/info-data/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/home/components/info-data/index.vue b/src/views/home/components/info-data/index.vue
index f2fd34c..3f5277d 100644
--- a/src/views/home/components/info-data/index.vue
+++ b/src/views/home/components/info-data/index.vue
@@ -39,7 +39,7 @@
<el-row class="mb-5" :gutter="40">
<el-col :span="12">
- <div class="title text-lg font-bold">鏈懆璇剧▼</div>
+ <div class="title text-lg font-bold">鏈�杩戣绋�</div>
<div class="table-container">
<el-table :data="planeInfo.meetList" height="500" empty-text="鏆傛棤鏁版嵁">
<el-table-column prop="startTime" label="寮�濮嬫椂闂�" />
@@ -49,11 +49,11 @@
</el-col>
<el-col :span="12">
- <div class="title text-lg font-bold">鎴戠殑鑰冭瘯</div>
+ <div class="title text-lg font-bold">鏈�杩戣�冭瘯</div>
<div class="table-container">
<el-table :data="planeInfo.examList" height="500" empty-text="鏆傛棤鏁版嵁">
<el-table-column prop="startTime" label="寮�濮嬫椂闂�" />
- <el-table-column prop="examName" label="璇剧▼鍚嶇О" />
+ <el-table-column prop="examName" label="鑰冭瘯鍚嶇О" />
</el-table>
</div>
</el-col>
@@ -96,4 +96,4 @@
.text-num {
color: var(--el-color-primary);
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0