From d22a02992d557859a8c610fb74e0d070ce936d05 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 08 七月 2024 18:05:26 +0800 Subject: [PATCH] 考试不能多次提交 --- 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