Encore 6 年之前
父节点
当前提交
9321fe7223
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/agnetManagement/index.vue

+ 7 - 1
src/views/agnetManagement/index.vue

19
             {{(scope.row.GambleMember.name).slice(19)}}
19
             {{(scope.row.GambleMember.name).slice(19)}}
20
           </template>
20
           </template>
21
         </el-table-column>
21
         </el-table-column>
22
+        <el-table-column label="上繳工作室金額70%" align="center">
23
+          <template slot-scope="scope">
24
+            <span :style="moneyColor(scope.row.all70)">{{scope.row.all70}}</span>
25
+          </template>
26
+        </el-table-column>
22
         <el-table-column label="抽水%" align="center">
27
         <el-table-column label="抽水%" align="center">
23
           <template slot-scope="scope">
28
           <template slot-scope="scope">
24
             {{scope.row.feeRatio}}
29
             {{scope.row.feeRatio}}
133
                 name: agent.GambleMember.name
138
                 name: agent.GambleMember.name
134
               },
139
               },
135
               feeRatio: response.data.feeRatio,
140
               feeRatio: response.data.feeRatio,
136
-              all: response.data.all
141
+              all: response.data.all,
142
+              all70: response.data.all70
137
             })
143
             })
138
           }) : false
144
           }) : false
139
           // fetchMemberList(agent, this.listQuery).then(response => {
145
           // fetchMemberList(agent, this.listQuery).then(response => {