Merge branch '250507-bugfix-shl'

This commit is contained in:
joshen
2025-05-08 16:50:01 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
<a-descriptions-item label="讲师级别">{{ formParam.tlevelName || '-' }}</a-descriptions-item>
<a-descriptions-item label="认证状态">{{ formParam.certStatus == 0 ? '未认证' : formParam.certStatus == 1 ? '已认证' : '-' }}
<span>
<a-button type="text" class="moreidbtn" v-if="formParam.certStatus == 1"
<a-button type="text" class="moreidbtn" v-if="formParam.certStatus == 1 && formParam.certification"
@click="handleup">查看认证资料</a-button>
</span>
</a-descriptions-item>

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 type="link" @click="() => handleLook(record, String(record.courseform))">查看</a-button>
<a-button
v-if="(record.isPermission === 'true' || record.isSuperPermission === 'true') && checkMenu('lecturerEdit')"