From 62c740e91951c0c4782165ce667eb8017fe76f38 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 16 十月 2024 13:51:07 +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