游戏-用户管理-优化password和uuid保存

This commit is contained in:
2026-04-01 15:59:57 +08:00
parent 165689bccf
commit d8bcc4f4c4
2 changed files with 150 additions and 1 deletions

View File

@@ -55,7 +55,15 @@ const baTable = new baTableClass(
sortable: false,
operator: 'LIKE',
},
{ label: t('game.user.uuid'), prop: 'uuid', align: 'center', operatorPlaceholder: t('Fuzzy query'), sortable: false, operator: 'LIKE' },
{
label: t('game.user.uuid'),
prop: 'uuid',
align: 'center',
showOverflowTooltip: true,
operatorPlaceholder: t('Fuzzy query'),
sortable: false,
operator: 'LIKE',
},
{ label: t('game.user.phone'), prop: 'phone', align: 'center', operatorPlaceholder: t('Fuzzy query'), sortable: false, operator: 'LIKE' },
{ label: t('game.user.coin'), prop: 'coin', align: 'center', sortable: false, operator: 'RANGE' },
{