feat:策略责任链
This commit is contained in:
@@ -134,7 +134,7 @@ export function useGridColumns(): VxeTableGridOptions<WmsWarehouseStrategyApi.Wa
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'creator',
|
||||
field: 'creatorName',
|
||||
title: '创建者',
|
||||
minWidth: 120,
|
||||
},
|
||||
@@ -144,11 +144,6 @@ export function useGridColumns(): VxeTableGridOptions<WmsWarehouseStrategyApi.Wa
|
||||
minWidth: 120,
|
||||
formatter: 'formatDateTime',
|
||||
},
|
||||
{
|
||||
field: 'updater',
|
||||
title: '更新者',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
field: 'updateTime',
|
||||
title: '更新时间',
|
||||
|
||||
Reference in New Issue
Block a user