游戏-用户管理-优化样式增强验证
This commit is contained in:
@@ -6,6 +6,22 @@ export default {
|
||||
phone: 'phone',
|
||||
remark: 'remark',
|
||||
coin: 'coin',
|
||||
tier_weight: 'tier weight',
|
||||
bigwin_weight: 'big win weight',
|
||||
tier_weight_preset: 'tier weight preset (game config)',
|
||||
bigwin_weight_preset: 'big win weight preset (game config)',
|
||||
'weight value': 'weight value',
|
||||
'weight value numeric': 'Weight values must be valid numbers',
|
||||
'weight each max 100': 'Each weight value must not exceed 100',
|
||||
tier_weight_help: 'Sum of T1~T5 must not exceed 100',
|
||||
tier_weight_sum_max_100: 'Sum of tier weights (T1~T5) must not exceed 100',
|
||||
bigwin_weight_help: 'Only requires each item ≤ 10000; points 5 and 30 are guaranteed big wins, fixed to 10000',
|
||||
bigwin_weight_each_max_10000: 'Each big win weight must not exceed 10000',
|
||||
ticket_count: 'tickets',
|
||||
ticket_ante: 'bets',
|
||||
ticket_count_times: 'times',
|
||||
'ticket row incomplete': 'Each row must have both ante and count',
|
||||
'ticket row numeric': 'ante and count must be valid numbers',
|
||||
status: 'status',
|
||||
'status 0': 'status 0',
|
||||
'status 1': 'status 1',
|
||||
|
||||
@@ -6,6 +6,22 @@ export default {
|
||||
phone: '手机号',
|
||||
remark: '备注',
|
||||
coin: '平台币',
|
||||
tier_weight: '档位权重',
|
||||
bigwin_weight: '中大奖权重',
|
||||
tier_weight_preset: '档位权重模板(游戏配置)',
|
||||
bigwin_weight_preset: '大奖权重模板(游戏配置)',
|
||||
'weight value': '权重数值',
|
||||
'weight value numeric': '权重值必须为有效数字',
|
||||
'weight each max 100': '每项权重 100',
|
||||
tier_weight_help: 'T1~T5 权重之和不能超过 100',
|
||||
tier_weight_sum_max_100: '档位权重(T1~T5)之和不能超过 100',
|
||||
bigwin_weight_help: '仅限制每项权重不超过 10000;点数 5 和 30 为必中大奖组合,权重固定为 10000',
|
||||
bigwin_weight_each_max_10000: '每项中大奖权重不能超过 10000',
|
||||
ticket_count: '抽奖券',
|
||||
ticket_ante: '注数',
|
||||
ticket_count_times: '次数',
|
||||
'ticket row incomplete': '每行需同时填写 ante 与 count',
|
||||
'ticket row numeric': 'ante、count 须为有效数字',
|
||||
status: '状态',
|
||||
'status 0': '禁用',
|
||||
'status 1': '启用',
|
||||
|
||||
Reference in New Issue
Block a user