From adb7e954f61b5b2ad438c4b6d07cbb6ecfb5c56a Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 04 六月 2024 09:14:03 +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