Compare commits
2 Commits
87f2d314e0
...
7593b31af1
| Author | SHA1 | Date | |
|---|---|---|---|
| 7593b31af1 | |||
| 5ebd973187 |
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user