【新增】 出题页面PPTX

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-29 15:39:50 +08:00
committed by 陆光LG
parent f1477b8671
commit 43f566205c
7 changed files with 778 additions and 10 deletions

View File

@@ -63,12 +63,22 @@
<el-table-column prop="toChinese" label="转中文" />
<el-table-column prop="belongTo" label="归属" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.WORD_BELONG_TO" :value="scope.row.belongTo" />
<dict-tag :type="DICT_TYPE.PPTX_BELONG_TO" :value="scope.row.belongTo" />
</template>
</el-table-column>
<el-table-column prop="type" label="类型" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.WPS_WORD" :value="scope.row.type" />
<dict-tag :type="DICT_TYPE.WPS_PPTX" :value="scope.row.type" />
</template>
</el-table-column>
<el-table-column prop="isboo" label="值类型" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.PPTX_ISBOO" :value="scope.row.isboo" />
</template>
</el-table-column>
<el-table-column prop="titleType" label="级别" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.PPTX_TITLE_TYPE" :value="scope.row.titleType" />
</template>
</el-table-column>
<el-table-column prop="status" label="状态" width="100">