This commit is contained in:
Mrx
2026-03-11 15:06:01 +08:00
parent 9fe7aa5dcd
commit 5ebd973187

View File

@@ -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',