fix: 备货区域显示修改人名称

This commit is contained in:
zhouz
2026-08-10 16:06:12 +08:00
parent be2dc01586
commit 663936f645
5 changed files with 23 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ export namespace LmsStockingIvtApi {
remark?: string;
sortSeq: number;
updater?: string;
updaterName?: string;
updateTime?: string;
vehicleCode?: string;
}

View File

@@ -2,8 +2,8 @@ import type { VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { LmsStockingIvtApi } from '#/api/lms/stockingivt';
import { getDictOptions } from '@vben/hooks';
import { DICT_TYPE } from '@vben/constants';
import { getDictOptions } from '@vben/hooks';
/** 修改表单。 */
export function useFormSchema(): VbenFormSchema[] {
@@ -181,7 +181,7 @@ export function useGridColumns(): VxeTableGridOptions<LmsStockingIvtApi.Stocking
},
},
{ field: 'remark', title: '备注', minWidth: 160 },
{ field: 'updater', title: '修改人', minWidth: 120 },
{ field: 'updaterName', title: '修改人', minWidth: 120 },
{
field: 'updateTime',
title: '修改时间',