This commit is contained in:
yanran200730
2023-03-24 10:37:28 +08:00
parent a703350639
commit 3da57e5351
4 changed files with 10 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
</ai-card>
<ai-card title="考试记录">
<template #right>
<el-button type="primary" v-if="!info.haveCertificate" @click="audit">审核发证</el-button>
<el-button type="primary" v-if="!info.haveCertificate && info.examinationType === '1' && info.status === '1' && permissions('app_appcertificateinfo_audit')" @click="audit">审核发证</el-button>
</template>
<template #content>
<ai-wrapper
@@ -63,7 +63,8 @@
props: {
instance: Function,
dict: Object,
params: Object
params: Object,
permissions: Function
},
data () {