| 名称 | +应用 | +作用域 | +状态 | +创建时间 | +
|---|---|---|---|---|
| {{ v.name }} | +{{ getAppName(v.app_id) }} | +
+ |
+
+ |
+ {{ formatDate(v.created_at) }} | +
| 名称 | +应用 | +值 | +状态 | +创建时间 | +
|---|---|---|---|---|
| {{ c.name }} | +{{ getAppName(c.app_id) }} | +{{ c.value }} | +
+ |
+ {{ formatDate(c.created_at) }} | +
暂无交易记录
+| 类型 | +描述 | +金额 | +余额 | +时间 | +
|---|---|---|---|---|
|
+
+
+
+
+ {{ getTypeLabel(tx.type) }}
+ |
+ + {{ tx.description || getTypeLabel(tx.type) }} + | ++ + {{ tx.type === 'recharge' || tx.type === 'refund' ? '+' : '-' }}¥{{ (tx.amount || 0).toFixed(2) }} + + | ++ ¥{{ (tx.balance || 0).toFixed(2) }} + | ++ {{ formatDate(tx.created_at) }} + | +
暂无交易记录
-- {{ tx.description || getTypeLabel(tx.type) }} -
-- {{ formatDate(tx.created_at) }} -
-- {{ tx.type === 'recharge' || tx.type === 'refund' ? '+' : '-' }}¥{{ tx.amount.toFixed(2) }} -
-- 余额: ¥{{ tx.balance.toFixed(2) }} -
-暂无用户
+暂无用户数据
| - 用户名 - | -- 邮箱 - | -- 状态 - | -- 注册时间 - | -- 最后登录 - | -
|---|---|---|---|---|
| - {{ user.username }} - | -- {{ user.email || '-' }} - | -
- |
- - {{ formatDate(user.created_at) }} - | -- {{ formatDate(user.last_login_at) }} - | -
未找到匹配的用户
+| 用户名 | +邮箱 | +状态 | +注册时间 | +最后登录 | +
|---|---|---|---|---|
| {{ user.username }} | +{{ user.email || '-' }} | +
+ |
+ {{ formatDate(user.created_at) }} | +{{ formatDate(user.last_login_at) }} | +