bugfix - 考试管理查询分类字段修改

This commit is contained in:
Yuan 2022-10-18 14:46:27 +08:00
parent 6a97b173c3
commit 481b726989

View File

@ -36,12 +36,14 @@ export default {
type: 'text',
label: '试卷名称:',
},
state: {
findState: {
type: 'select',
label: '状态:',
label: '分类:',
value: 1,
config: {
data: paperStateQueryArr.map((v, i) => ({ value: i + 1, label: v })),
},
noClearable: true,
},
},
},