This commit is contained in:
@@ -47,7 +47,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '订单号',
|
||||
field: 'orderNo',
|
||||
width: 100
|
||||
minWidth: 180
|
||||
},
|
||||
{
|
||||
title: '客户名称',
|
||||
@@ -134,7 +134,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
fixed: 'right',
|
||||
slots: {default: 'action'},
|
||||
title: '操作',
|
||||
minWidth: 180,
|
||||
width: 180,
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user