|
@@ -32,28 +32,27 @@
|
32
|
32
|
<span>{{memberRecord[memberRecord.length-1][0].wager}}</span>
|
33
|
33
|
</template>
|
34
|
34
|
</el-table-column>
|
|
35
|
+ <el-table-column prop="MemberRecord.FixedServiceFees" label="服務費"></el-table-column>
|
35
|
36
|
<el-table-column label="有效下注量">
|
36
|
37
|
<template slot-scope="scope">
|
37
|
38
|
<div>{{scope.row.effectiveWagger}}</div>
|
38
|
39
|
</template>
|
39
|
|
- </el-table-column>
|
40
|
|
- <el-table-column label="莊輸贏">
|
41
|
|
- <template slot-scope="scope">
|
42
|
|
- <div :style="moneyColor(scope.row.MemberRecord.earned)">{{scope.row.MemberRecord.earned}}</div>
|
43
|
|
- </template>
|
44
|
40
|
</el-table-column>
|
45
|
41
|
<el-table-column label="下注量抽水" >
|
46
|
42
|
<template slot-scope="scope">
|
47
|
43
|
<div>{{scope.row.MemberRecord.wagerServiceFees}}</div>
|
48
|
44
|
</template>
|
49
|
45
|
</el-table-column>
|
|
46
|
+ <el-table-column label="莊輸贏">
|
|
47
|
+ <template slot-scope="scope">
|
|
48
|
+ <div :style="moneyColor(scope.row.MemberRecord.earned)">{{scope.row.MemberRecord.earned}}</div>
|
|
49
|
+ </template>
|
|
50
|
+ </el-table-column>
|
50
|
51
|
<el-table-column label="莊贏抽水">
|
51
|
52
|
<template slot-scope="scope">
|
52
|
53
|
<div>{{scope.row.MemberRecord.serviceFees}}</div>
|
53
|
54
|
</template>
|
54
|
55
|
</el-table-column>
|
55
|
|
- <el-table-column prop="MemberRecord.FixedServiceFees" label="服務費">
|
56
|
|
- </el-table-column>
|
57
|
56
|
<el-table-column label="莊家結果">
|
58
|
57
|
<template slot-scope="scope">
|
59
|
58
|
<div :style="moneyColor(scope.row.bookieResult)">{{scope.row.bookieResult}}</div>
|