From 154891cce3b3cce34c300a225a7a14e5a8893cf5 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 08 七月 2024 17:52:18 +0800
Subject: [PATCH] 部门调动使用级联下拉

---
 src/views/questionAnswer/list.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/questionAnswer/list.vue b/src/views/questionAnswer/list.vue
index 5309804..c865952 100644
--- a/src/views/questionAnswer/list.vue
+++ b/src/views/questionAnswer/list.vue
@@ -15,6 +15,7 @@
     </el-form>
 
     <el-table v-loading="listLoading" :data="tableData" border fit highlight-current-row style="width: 100%">
+      <el-table-column prop="sequence" label="鎺掑簭" width="60" align="center"/>
       <el-table-column prop="question" label="闂" />
       <el-table-column prop="answer" label="鍥炵瓟" />
       <el-table-column prop="attachment" label="闄勪欢" show-overflow-tooltip>

--
Gitblit v1.8.0