曲靖-考试管理

This commit is contained in:
yanran200730
2023-05-06 09:11:30 +08:00
parent 0a5edffcf8
commit 64226da7cf

View File

@@ -1,7 +1,11 @@
<template>
<ai-list class="notice">
<template slot="title">
<ai-title title="证书管理" isShowBottomBorder></ai-title>
<ai-title title="证书管理" isShowBottomBorder>
<template #sub>
<span>证书关联考试信息后请勿随意更改否则影响证书发放</span>
</template>
</ai-title>
</template>
<template slot="content">
<ai-search-bar class="search-bar">
@@ -58,7 +62,7 @@
size: 10,
certificateName: ''
},
total: 10,
total: 0,
colConfigs: [
{ prop: 'certificateName', label: '证书名称', align: 'left' },
{ prop: 'issueNumber', label: '已颁发数量', align: 'center' },
@@ -88,7 +92,7 @@
},
remove (id) {
this.$confirm('确定删除该活动').then(() => {
this.$confirm('确定删除该证书').then(() => {
this.instance.post(`/app/appcertificateinfo/delete?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')