f
This commit is contained in:
@@ -117,6 +117,16 @@ export function useColumns(): VxeTableGridOptions['columns'] {
|
|||||||
title: '手机号',
|
title: '手机号',
|
||||||
width: 120,
|
width: 120,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'real_name',
|
||||||
|
title: '姓名',
|
||||||
|
width: 100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
field: 'id_card',
|
||||||
|
title: '身份证',
|
||||||
|
width: 180,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellTag',
|
name: 'CellTag',
|
||||||
|
|||||||
Reference in New Issue
Block a user