diff --git a/apps/web-antd/src/views/agent/agent-list/data.ts b/apps/web-antd/src/views/agent/agent-list/data.ts index e458973..ce95ac9 100644 --- a/apps/web-antd/src/views/agent/agent-list/data.ts +++ b/apps/web-antd/src/views/agent/agent-list/data.ts @@ -117,6 +117,16 @@ export function useColumns(): VxeTableGridOptions['columns'] { title: '手机号', width: 120, }, + { + field: 'real_name', + title: '姓名', + width: 100, + }, + { + field: 'id_card', + title: '身份证', + width: 180, + }, { cellRender: { name: 'CellTag',