From 8c3eaeddeff2c9c5a92352e6bf830e5000ff5882 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 03 十二月 2024 12:16:11 +0800 Subject: [PATCH] 附件最多上传10个 --- 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