游戏-用户管理-优化样式增强验证
This commit is contained in:
@@ -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