【修改】修改问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user