From 577e08110d491269dd1bcb03cf2ae16e6fe7df27 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 22 五月 2024 12:02:30 +0800 Subject: [PATCH] 题目绑定部门 --- src/views/questionAnswer/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/questionAnswer/list.vue b/src/views/questionAnswer/list.vue index 0544d88..0910646 100644 --- a/src/views/questionAnswer/list.vue +++ b/src/views/questionAnswer/list.vue @@ -16,7 +16,7 @@ <el-table v-loading="listLoading" :data="tableData" border fit highlight-current-row style="width: 100%"> <el-table-column prop="question" label="闂" /> - <el-table-column prop="answer" label="绛旀" /> + <el-table-column prop="answer" label="鍥炵瓟" /> <el-table-column label="鐘舵��" prop="status" width="70px"> <template slot-scope="{row}"> <el-tag :type="row.status !== '鍚敤' ? 'danger' : 'success'"> -- Gitblit v1.8.0