diff --git a/src/views/organization/examManage/index.vue b/src/views/organization/examManage/index.vue index 9ef419050..8162ee98f 100644 --- a/src/views/organization/examManage/index.vue +++ b/src/views/organization/examManage/index.vue @@ -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, }, }, },