فهرست منبع

调整新建考试默认选项;新增题库分类

luoaoxuan 1 سال پیش
والد
کامیت
44a7f7ee26
2فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 4 0
      src/views/platform/examination/constants.js
  2. 2 2
      src/views/platform/examination/exam/edit.vue

+ 4 - 0
src/views/platform/examination/constants.js

@@ -10,6 +10,10 @@ export const paperTypeOptions = [
     {
         label: 'ISO15189相关考试',
         value: 'ISO15189相关考试'
+    },
+    {
+        label: '核心制度考试',
+        value: '核心制度考试'
     }
     // {
     //     label: '数学题库',

+ 2 - 2
src/views/platform/examination/exam/edit.vue

@@ -501,8 +501,8 @@ export default {
                 can_kao_ren_yuan_: this.userIds || '',
                 kao_shi_shi_chang: '',
                 zhuang_tai_: '未发布',
-                da_biao_zhan_bi_: 60,
-                ji_fen_fang_shi_: scoringType.length ? scoringType[0].value : '',
+                da_biao_zhan_bi_: 80,
+                ji_fen_fang_shi_: scoringType.length ? scoringType[1].value : '',
                 kao_shi_miao_shu_: '',
                 yun_xu_bao_ming_: '否',
                 isCountLimit: '0',