Commit 72664b72 authored by 黄奎's avatar 黄奎
parents 7006993b fe57794e
......@@ -149,7 +149,7 @@
<!-- <el-table-column label="已付成本" prop="PaidCostMoney" ></el-table-column> -->
<el-table-column label="总返佣" prop="FXCommission" >
<template slot-scope="scope">
<span v-if="scope.row.OrderNo=='小计'" >{{scope.row.FXCommission}}</span>
<span v-if="scope.row.OrderNo=='小计' || scope.row.OrderStatus==7 " >{{scope.row.FXCommission}}</span>
<span v-else @click="showFXCommission(scope.row)" style=" color: #409EFF;cursor:pointer">{{scope.row.FXCommission}}</span>
</template>
</el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment