【新增】 word出题页面,半完善
This commit is contained in:

committed by
陆光LG

parent
47c5b20707
commit
5ce98a1e7f
@@ -43,7 +43,7 @@
|
||||
<el-form-item label="类型" prop="type">
|
||||
<el-select v-model="formData.type" clearable placeholder="请选择状态">
|
||||
<el-option
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.WPS_WORD)"
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.WPS_PPTX)"
|
||||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
@@ -53,7 +53,7 @@
|
||||
<el-form-item label="归属" prop="belongTo">
|
||||
<el-select v-model="formData.belongTo" clearable placeholder="请选择归属">
|
||||
<el-option
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.WORD_BELONG_TO)"
|
||||
v-for="dict in getIntDictOptions(DICT_TYPE.PPTX_BELONG_TO)"
|
||||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
|
Reference in New Issue
Block a user