qirong
2023-11-28 d44a2361fa5173f0421ec05921bde28d59614d45
随机试卷修改
4个文件已修改
6 ■■■■ 已修改文件
admin.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/store/modules/enumItem.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/personalRandomTemplate/edit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
admin.zip
Binary files differ
src/store/modules/enumItem.js
@@ -10,7 +10,7 @@
  },
  exam: {
    examPaper: {
      paperTypeEnum: [{ key: 1, value: '固定试卷' }, { key: 4, value: '时段试卷' }, { key: 6, value: '任务试卷' },{ key: 7, value: '随机试卷', disabled: true },]
      paperTypeEnum: [{ key: 1, value: '固定试卷' }, { key: 4, value: '时段试卷' }, { key: 6, value: '任务试卷' }]
    },
    question: {
      typeEnum: [{ key: 1, value: '单选题' }, { key: 2, value: '多选题' }, { key: 3, value: '判断题' }],
src/views/exam/personalRandomTemplate/edit.vue
@@ -157,7 +157,7 @@
      },
      subjectIdList:[],
      form: {
        aggregateSource:'',
        aggregateSource:'100',
        id: null,
        departmentIds: [],
vue.config.js
@@ -19,7 +19,7 @@
    hotOnly: false,
    proxy: {
      '/api': {
        target: 'http://192.168.3.228:8000',
        target: 'http://80.36.32.171:8085',
        changeOrigin: true
      }
    }