【新增】 word出题页面,半完善

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-27 13:39:59 +08:00
parent 27950d8af2
commit ff8d0fcfbe
14 changed files with 764 additions and 44 deletions

View File

@@ -71,6 +71,11 @@
<dict-tag :type="DICT_TYPE.WPS_WORD" :value="scope.row.type" />
</template>
</el-table-column>
<el-table-column prop="isboo" label="值类型" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.WORD_ISBOO" :value="scope.row.isboo" />
</template>
</el-table-column>
<el-table-column prop="status" label="状态" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.COMMON_STATUS" :value="scope.row.status" />