From b6ade76d1e99a873edf6419689b82d1b66ab7edb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 30 十月 2024 20:28:52 +0800 Subject: [PATCH] 文字调整 --- src/views/home/components/info-data/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/components/info-data/index.vue b/src/views/home/components/info-data/index.vue index 6ec4c1a..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> -- Gitblit v1.8.0