From 1bc2820c01b47fd13d38b19b1975c9b093abf479 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 21 六月 2023 11:30:24 +0800 Subject: [PATCH] 修改青羊试卷添加 --- src/store/modules/enumItem.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/store/modules/enumItem.js b/src/store/modules/enumItem.js index c7e8fd3..a6634c2 100644 --- a/src/store/modules/enumItem.js +++ b/src/store/modules/enumItem.js @@ -10,7 +10,7 @@ }, exam: { examPaper: { - paperTypeEnum: [{ key: 1, value: '鍥哄畾璇曞嵎' }, { key: 4, value: '鏃舵璇曞嵎' }, { key: 6, value: '浠诲姟璇曞嵎' }] + 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: '绠�绛旈' }], -- Gitblit v1.8.0