bugfix - 考试管理查询分类字段修改
This commit is contained in:
parent
6a97b173c3
commit
481b726989
@ -36,12 +36,14 @@ export default {
|
|||||||
type: 'text',
|
type: 'text',
|
||||||
label: '试卷名称:',
|
label: '试卷名称:',
|
||||||
},
|
},
|
||||||
state: {
|
findState: {
|
||||||
type: 'select',
|
type: 'select',
|
||||||
label: '状态:',
|
label: '分类:',
|
||||||
|
value: 1,
|
||||||
config: {
|
config: {
|
||||||
data: paperStateQueryArr.map((v, i) => ({ value: i + 1, label: v })),
|
data: paperStateQueryArr.map((v, i) => ({ value: i + 1, label: v })),
|
||||||
},
|
},
|
||||||
|
noClearable: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user