[色子游戏]玩家-新增phone字段

This commit is contained in:
2026-03-04 10:55:23 +08:00
parent 894a562eb4
commit 01f5d6c832
6 changed files with 27 additions and 0 deletions

View File

@@ -94,6 +94,7 @@
const searchForm = ref({
username: undefined,
name: undefined,
phone: undefined,
status: undefined,
coin: undefined,
is_up: undefined
@@ -143,6 +144,7 @@
columnsFactory: () => [
{ type: 'selection' },
{ prop: 'username', label: '用户名' },
{ prop: 'phone', label: '手机号' },
{ prop: 'name', label: '昵称' },
{ prop: 'status', label: '状态', width: 88, useSlot: true },
{ prop: 'coin', label: '平台币', width: 100, useSlot: true },