Merge branch 'test_dispaly' of https://git.code.tencent.com/lian-cbtc/jl-client into test_dispaly
This commit is contained in:
commit
e7239d35fc
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user