'考试管理人员管理'

This commit is contained in:
esacpe
2025-09-24 17:35:24 +08:00
parent c23bcb30df
commit 7d5a18597a
22 changed files with 420 additions and 145 deletions

View File

@ -14,6 +14,10 @@
<template #bxxLx="{ row }">
<DictTag :value="row.bxxLx" :tag="false" :options="D_BZ_BXDLX" />
</template>
<template #pxsc="{ row }">
<span>{{ row.pxsc }}小时</span>
</template>
<!-- 操作 -->
<template #controls="{ row }">
<el-link type="danger" @click="handleDelete([row.id])">删除</el-link>