【修改】修改问题

This commit is contained in:
fengachen
2022-12-09 18:02:16 +08:00
parent 8355ff37b7
commit 18cf1b0ae5
3 changed files with 6 additions and 3 deletions
@@ -377,6 +377,7 @@ export default {
const that = this
this.$confirm({
title: '确定撤回',
content:'是否撤回该条数据',
onOk() {
const param = {
id: record.id,
@@ -51,8 +51,9 @@
<!-- 操作按钮区域 -->
<div class="table-operator">
<!-- 本页面仅提供数据查询-->
<div class="notice-msg">
附加证书需求请转至证书服务工作区提交申请本页面仅提供数据查询
附加证书需求请转至证书服务工作区提交申请
</div>
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
</div>
@@ -111,10 +111,10 @@
<a v-if="record.paymentStatus === 1 && $store.getters.userInfo.roleCode !== '3' "
@click="handleWithdraw(record)">撤回</a>
<a v-show="(record.paymentStatus<1 ||record.paymentStatus==2) && $store.getters.userInfo.roleCode !== '3'"
<a v-if="(record.paymentStatus<1 ||record.paymentStatus==2) && $store.getters.userInfo.roleCode !== '3'"
@click="(record.paymentStatus<1 ||record.paymentStatus==2) && handleEdit(record)">编辑</a>
<a v-show="(record.paymentStatus<1||record.paymentStatus==2) && $store.getters.userInfo.roleCode !== '3'">
<a v-if="(record.paymentStatus<1||record.paymentStatus==2) && $store.getters.userInfo.roleCode !== '3'">
<a @click="(record.paymentStatus<1||record.paymentStatus==2) && handleDelete(record.id)">删除</a>
</a>
@@ -225,6 +225,7 @@ export default {
const that = this
this.$confirm({
title: '确定撤回',
content:'是否撤回该条数据',
onOk() {
const param = {
id: record.id,