feat:策略责任链

This commit is contained in:
2026-07-18 15:34:15 +08:00
parent e827d1cb07
commit 63b3a5e7f3
12 changed files with 281 additions and 138 deletions

View File

@@ -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: '更新时间',