fix: 备货区域显示修改人名称
This commit is contained in:
@@ -15,6 +15,7 @@ export namespace LmsStockingIvtApi {
|
||||
remark?: string;
|
||||
sortSeq: number;
|
||||
updater?: string;
|
||||
updaterName?: string;
|
||||
updateTime?: string;
|
||||
vehicleCode?: string;
|
||||
}
|
||||
|
||||
@@ -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: '修改时间',
|
||||
|
||||
Reference in New Issue
Block a user