淘宝退卡un

This commit is contained in:
wanyongkang
2020-10-31 13:16:04 +08:00
parent 6543bacdf1
commit 0c7fec375c

View File

@@ -2,7 +2,7 @@
* @Author: kangkang * @Author: kangkang
* @Date: 2020-10-13 19:45:55 * @Date: 2020-10-13 19:45:55
* @LastEditors: kangkang * @LastEditors: kangkang
* @LastEditTime: 2020-10-28 14:19:55 * @LastEditTime: 2020-10-30 19:22:17
--> -->
<template> <template>
<div style="height:95%"> <div style="height:95%">
@@ -32,7 +32,7 @@
label="操作" label="操作"
width="100"> width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-show="!scope.row.f_balance" @click="handleClick(scope.row)" type="text" size="small">处理</el-button> <el-button v-show="!scope.row.f_balance && scope.row.status=='已同意'" @click="handleClick(scope.row)" type="text" size="small">处理</el-button>
<el-button v-show="scope.row.f_balance" type="text" size="small">已处理</el-button> <el-button v-show="scope.row.f_balance" type="text" size="small">已处理</el-button>
</template> </template>
</el-table-column> </el-table-column>