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

This commit is contained in:
2026-05-29 11:58:05 +08:00
parent 30f3c5939d
commit d775482f79
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -100,6 +100,8 @@ var en={
win_or_lose : 'Win or lose',
xima_liang : 'Turnover',
ma_liang : 'Rebate',
account_tip : 'Please enter the account number',
password_tip : 'Please input a password',
password_confir_tip : 'Please confirm the password',
+2
View File
@@ -99,6 +99,8 @@ var tv={
end_time_tip : 'Vui lòng chọn thời gian kết thúc',
win_or_lose : 'Thắng hay thua',
xima_liang : 'Doanh số cược',
ma_liang : 'Phỉnh boa',
account_tip : 'Vui lòng nhập một tài khoản',
password_tip : 'Vui lòng nhập mật khẩu',
password_confir_tip : 'Vui lòng xác nhận mật khẩu',
+2
View File
@@ -100,6 +100,8 @@ var cn={
win_or_lose : '输赢',
xima_liang : '洗码量',
ma_liang : '码粮',
account_tip : '请输入账号',
password_tip : '请输入密码',
password_confir_tip : '请确认密码',
@@ -49,6 +49,14 @@
prop="win_total"
:label="Language.win_or_lose">
</el-table-column>
<el-table-column
prop="ximaliang"
:label="Language.xima_liang">
</el-table-column>
<el-table-column
prop="maliang"
:label="Language.ma_liang">
</el-table-column>
</el-table>