feat(record): 会员注单记录增加洗码量、码粮两列

This commit is contained in:
2026-05-29 12:13:15 +08:00
parent 12472e2607
commit 3ac4549633
8 changed files with 18 additions and 0 deletions
+4
View File
@@ -147,6 +147,8 @@
<td>{{ $lang[$Type].Beforebalance }}</td>
<td>{{ $lang[$Type].bet_amount }}</td>
<td>{{ $lang[$Type].note_win_lose }}</td>
<td>{{ $lang[$Type].xima_liang }}</td>
<td>{{ $lang[$Type].ma_liang }}</td>
</tr>
</table>
<div class="bd">
@@ -172,6 +174,8 @@
<td>{{ $fk(item.money_before_bet) }}</td>
<td>{{ $fk(item.amount) }}</td>
<td>{{ $fk(item.win_total) }}</td>
<td>{{ $fk(item.ximaliang || 0) }}</td>
<td>{{ $fk(item.maliang || 0) }}</td>
</tr>
</table>
</div>
+2
View File
@@ -83,6 +83,8 @@ var cn = {
bet_amount: "下注金额",
note_result: "注单结果",
note_win_lose: "本注输赢",
xima_liang: "洗码量",
ma_liang: "码粮",
Top: "排名",
Nickname: "昵称",
Profit: "盈利",
+2
View File
@@ -83,6 +83,8 @@ var en = {
bet_amount: "Bet Amount",
note_result: "Result",
note_win_lose: "Bet Result",
xima_liang: "Turnover",
ma_liang: "Rebate",
Top: "Top",
Nickname: "Nickname",
Profit: "Profit",
+2
View File
@@ -83,6 +83,8 @@ var In = {
bet_amount: "Jumlah Taruhan",
note_result: "Hasil Taruhan",
note_win_lose: "Menang/Kalah",
xima_liang: "Turnover",
ma_liang: "Rabat Komisi",
Top: "Peringkat",
Nickname: "Nama",
Profit: "Laba",
+2
View File
@@ -83,6 +83,8 @@ var kr = {
bet_amount: "베팅 금액",
note_result: "베팅 결과",
note_win_lose: "이번 베팅 승패",
xima_liang: "롤링",
ma_liang: "커미션 반환",
Top: "랭킹",
Nickname: "닉네임",
Profit: "수익",
+2
View File
@@ -83,6 +83,8 @@ var tl = {
bet_amount: "จำนวนเดิมพัน",
note_result: "ผล",
note_win_lose: "ผลเดิมพัน",
xima_liang: "ยอดเทิร์นโอเวอร์",
ma_liang: "รับเงินคืน",
Top: "ท็อป",
Nickname: "ชื่อเล่น",
Profit: "กำไร",
+2
View File
@@ -83,6 +83,8 @@ var tw = {
bet_amount: "下注金額",
note_result: "注單結果",
note_win_lose: "本注輸贏",
xima_liang: "洗碼量",
ma_liang: "碼糧",
Top: "排名",
Nickname: "暱稱",
Profit: "盈利",
+2
View File
@@ -83,6 +83,8 @@ var yn = {
bet_amount: "Số tiền cược",
note_result: "Kết quả cá cược",
note_win_lose: "Thắng thua lần cược này",
xima_liang: "Doanh số cược",
ma_liang: "Phỉnh boa",
Top: "Xếp hạng",
Nickname: "Nick",
Profit: "Lợi nhuận",