'考试管理人员管理'
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user