fix:页面优化

This commit is contained in:
zhouz
2026-07-23 14:47:55 +08:00
parent 410c929764
commit 5e8f72e211
2 changed files with 23 additions and 1 deletions

View File

@@ -340,6 +340,10 @@ export function useGridColumns(): VxeTableGridOptions<WmsIostorInvApi.IostorInv>
field: 'billType',
title: '单据类型',
minWidth: 120,
cellRender: {
name: 'CellDict',
props: { type: DICT_TYPE.WMS_OUT_BILL_TYPE },
},
},
{
field: 'bizDate',