From 4d74275f2e490a8c32fc1e7a5c05c284dd889ca3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 17 五月 2024 19:02:29 +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