修改问题

This commit is contained in:
sunhonglai
2025-05-07 14:20:04 +08:00
parent 78eadc5a46
commit 374a2c8776
3 changed files with 4 additions and 3 deletions

View File

@@ -90,7 +90,7 @@
</template>
<template v-if="column.key === 'operation'">
<a-space>
<a-button v-if="record.certStatus === 1" type="link" @click="() => handleLook(record, String(record.courseform))">查看</a-button>
<a-button v-if="record.certStatus == '1'" type="link" @click="() => handleLook(record, String(record.courseform))">查看</a-button>
<a-button
v-if="(record.isPermission === 'true' || record.isSuperPermission === 'true') && checkMenu('lecturerEdit')"