Commit fe57794e authored by Mac's avatar Mac

已取消不能点击

parent 9e14f757
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
<!-- <el-table-column label="已付成本" prop="PaidCostMoney" ></el-table-column> --> <!-- <el-table-column label="已付成本" prop="PaidCostMoney" ></el-table-column> -->
<el-table-column label="总返佣" prop="FXCommission" > <el-table-column label="总返佣" prop="FXCommission" >
<template slot-scope="scope"> <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> <span v-else @click="showFXCommission(scope.row)" style=" color: #409EFF;cursor:pointer">{{scope.row.FXCommission}}</span>
</template> </template>
</el-table-column> </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