【新增】试卷参数,【修改】监控管理

This commit is contained in:
YOHO\20373
2025-05-05 21:21:03 +08:00
committed by 陆光LG
parent eda93f9810
commit 22b28ebd05
11 changed files with 662 additions and 112 deletions

View File

@@ -80,7 +80,7 @@
<dict-tag :type="DICT_TYPE.TASK_TYPE" :value="scope.row.taskType" />
</template>
</el-table-column>
<el-table-column label="次数" align="center" prop="count" />
<el-table-column label="是否为模板" align="center" prop="isTemplate" >
<template #default="scope">
<dict-tag :type="DICT_TYPE.SYS_YES_NO" :value="scope.row.isTemplate" />