Commit 1544bdbf authored by Mac's avatar Mac

1

parent 4cb4797f
...@@ -171,10 +171,7 @@ ...@@ -171,10 +171,7 @@
<el-table-column width="130" prop="TotalCommissionMoney" label="订单发放信息"> <el-table-column width="130" prop="TotalCommissionMoney" label="订单发放信息">
<template slot-scope="scope"> <template slot-scope="scope">
<!-- <div
v-if="scope.row.TotalCommissionMoney"
style="color: rgb(255, 156, 0);"
>应发:{{ scope.row.TotalCommissionMoney }}</div> -->
<div v-if="scope.row.TotalCommissionMoney" style="color: rgb(255, 156, 0);cursor: pointer;text-decoration: underline;" @click="getmingxi(scope.row)"> <div v-if="scope.row.TotalCommissionMoney" style="color: rgb(255, 156, 0);cursor: pointer;text-decoration: underline;" @click="getmingxi(scope.row)">
应发:{{scope.row.TotalCommissionMoney}} 应发:{{scope.row.TotalCommissionMoney}}
<q-popup-proxy transition-show="flip-up" transition-hide="flip-down"> <q-popup-proxy transition-show="flip-up" transition-hide="flip-down">
......
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