f
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled

This commit is contained in:
Mrx
2026-03-11 18:13:09 +08:00
parent f2194e08d0
commit 6dadf65071
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export namespace AgentApi {
frozen_balance: number;
withdrawn_amount: number;
is_real_name: boolean;
id_card_plain?: string; // 身份证号(解密后的明文)
create_time: string;
}

View File

@@ -129,6 +129,11 @@ export function useColumns(): VxeTableGridOptions['columns'] {
title: '实名认证状态',
width: 120,
},
{
field: 'id_card_plain',
title: '身份证号',
width: 180,
},
{
field: 'wechat_id',
title: '微信号',