|
@@ -130,12 +130,12 @@
|
|
|
<el-link type="danger" slot="reference">已退款</el-link>
|
|
|
</el-popover>
|
|
|
<div>
|
|
|
- <el-button v-if="scope.row.isFz == 1 && !scope.row.outRefundNo" size="mini" type="text"
|
|
|
+ <el-button icon="el-icon-notebook-2" v-if="scope.row.isFz == 1 && !scope.row.outRefundNo" size="mini" type="text"
|
|
|
@click="handleShareProfit(scope.row)">分账</el-button>
|
|
|
<el-button v-if="scope.row.isFz == 2 && !scope.row.outRefundNo" :disabled="scope.row.isFz == 2" size="mini"
|
|
|
type="text">分账完成</el-button>
|
|
|
|
|
|
- <el-button v-if="scope.row.isFz == 3 && !scope.row.outRefundNo" size="mini" type="text"
|
|
|
+ <el-button icon="el-icon-notebook-2" v-if="scope.row.isFz == 3 && !scope.row.outRefundNo" size="mini" type="text"
|
|
|
@click="handleShareProfit(scope.row)">重新分账</el-button>
|
|
|
<el-button v-if="scope.row.isFz == 4" :disabled="scope.row.isFz == 4" size="mini" type="text"><span
|
|
|
style="color: #67c23a;">分账回退</span></el-button>
|