曲靖-考试管理

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