qirong
2023-07-05 41621ae44e8b5f078db312886853a4e16f1097c4
删除填空题问答题
1个文件已修改
1个文件已删除
6 ■■■■■ 已修改文件
admin.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/store/modules/enumItem.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin.zip
Binary files differ
src/store/modules/enumItem.js
@@ -13,12 +13,10 @@
      paperTypeEnum: [{ key: 1, value: '固定试卷' }, { key: 4, value: '时段试卷' }, { key: 6, value: '任务试卷' },{ key: 7, value: '随机试卷', disabled: true },]
    },
    question: {
      typeEnum: [{ key: 1, value: '单选题' }, { key: 2, value: '多选题' }, { key: 3, value: '判断题' }, { key: 4, value: '填空题' }, { key: 5, value: '简答题' }],
      typeEnum: [{ key: 1, value: '单选题' }, { key: 2, value: '多选题' }, { key: 3, value: '判断题' }],
      editUrlEnum: [{ key: 1, value: '/exam/question/edit/singleChoice', name: '单选题' },
        { key: 2, value: '/exam/question/edit/multipleChoice', name: '多选题' },
        { key: 3, value: '/exam/question/edit/trueFalse', name: '判断题' },
        { key: 4, value: '/exam/question/edit/gapFilling', name: '填空题' },
        { key: 5, value: '/exam/question/edit/shortAnswer', name: '简答题' }]
        { key: 3, value: '/exam/question/edit/trueFalse', name: '判断题' }]
    }
  }
}