From 23e8fae9ab9d229fdf43c80d862a5ec4032a54f7 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 23 十月 2024 17:01:04 +0800 Subject: [PATCH] 18443 --- src/views/home/components/info-data/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/info-data/index.vue b/src/views/home/components/info-data/index.vue index f2fd34c..6ec4c1a 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="寮�濮嬫椂闂�" /> @@ -96,4 +96,4 @@ .text-num { color: var(--el-color-primary); } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0