fix: 修改
This commit is contained in:
parent
3c29cf610f
commit
9f3ff79797
|
@ -75,8 +75,8 @@
|
|||
<a-table-column title="订单编号" data-index="order_number"></a-table-column>
|
||||
<a-table-column title="操作">
|
||||
<template #cell="{ record }">
|
||||
<a-button v-if="status == 1" @click="handleNotBlock(record)">拒绝</a-button>
|
||||
<a-button v-if="status == 1" @click="handleBlock(record)">同意</a-button>
|
||||
<a-button v-if="record.status == 1" @click="handleNotBlock(record)">拒绝</a-button>
|
||||
<a-button v-if="record.status == 1" @click="handleBlock(record)">同意</a-button>
|
||||
</template>
|
||||
</a-table-column>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue