bucket 6 years ago
parent
commit
3beab60a60

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

47
               <span>{{scope.row.allServiceFees}}</span>
47
               <span>{{scope.row.allServiceFees}}</span>
48
             </template>
48
             </template>
49
           </el-table-column>
49
           </el-table-column>
50
-          <el-table-column label="上繳工作室金額" align="center">
50
+          <el-table-column label="代理商上繳金額" align="center">
51
             <template slot-scope="scope">
51
             <template slot-scope="scope">
52
               <span :style="moneyColor(all(scope))">{{all(scope)}}</span>
52
               <span :style="moneyColor(all(scope))">{{all(scope)}}</span>
53
             </template>
53
             </template>

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

29
             {{scope.row.feeRatio}}
29
             {{scope.row.feeRatio}}
30
           </template>
30
           </template>
31
         </el-table-column>
31
         </el-table-column>
32
-          <el-table-column label="上繳工作室金額" align="center">
32
+          <el-table-column label="代理商上繳金額" align="center">
33
             <template slot-scope="scope">
33
             <template slot-scope="scope">
34
               <span :style="moneyColor(scope.row.all)">{{scope.row.all}}</span>
34
               <span :style="moneyColor(scope.row.all)">{{scope.row.all}}</span>
35
             </template>
35
             </template>