Merge branch 'test_dispaly' of https://git.code.tencent.com/lian-cbtc/jl-client into test_dispaly

This commit is contained in:
joylink_cuiweidong 2022-10-18 15:20:22 +08:00
commit e7239d35fc

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,
},
},
},