update
This commit is contained in:
parent
78a3ab870d
commit
904bc76b41
@ -118,6 +118,13 @@ export default defineComponent({
|
|||||||
key: 'orderid',
|
key: 'orderid',
|
||||||
width: 180
|
width: 180
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '用户ID',
|
||||||
|
dataIndex: 'userid',
|
||||||
|
key: 'userid',
|
||||||
|
width: 100,
|
||||||
|
align: 'center'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '包裹数量',
|
title: '包裹数量',
|
||||||
dataIndex: 'package_count',
|
dataIndex: 'package_count',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user