|
|
@@ -33,7 +33,7 @@
|
|
|
@click="showComponent('append', row)">{{ t('operation.deposit2') }}</el-button>
|
|
|
<el-button type="danger" v-if="row.paystatus === 2" size="small"
|
|
|
@click="showComponent('listing', row)">{{ t('operation.transfer') }}</el-button>
|
|
|
- <el-button type="success" size="small"
|
|
|
+ <el-button type="success" v-if="row.buyfrozenqty === 0" size="small"
|
|
|
@click="showComponent('giveup', row)">{{ t('operation.giveup') }}</el-button>
|
|
|
<el-button type="primary" v-if="row.paystatus === 2 && row.accountid != row.provideraccountid" size="small"
|
|
|
@click="showComponent('delivery', row)">{{ t('operation.delivery') }}</el-button>
|