feat(vimp-log): targetCode

This commit is contained in:
yangsy
2025-11-18 15:17:09 +08:00
parent a0021b4c31
commit 40623eb8fe
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ export interface NdmVimpLogVO extends BaseModel {
httpMethod: string; httpMethod: string;
userId: string; userId: string;
logType: number; logType: number;
targetCode: string;
} }
export type NdmVimpLogResultVO = Partial<NdmVimpLogVO>; export type NdmVimpLogResultVO = Partial<NdmVimpLogVO>;

View File

@@ -114,6 +114,7 @@ const tableColumns: DataTableColumns<NdmVimpLogResultVO> = [
{ title: '操作类型', key: 'description' }, { title: '操作类型', key: 'description' },
{ title: '请求IP', key: 'requestIp' }, { title: '请求IP', key: 'requestIp' },
{ title: '耗时(ms)', key: 'consumedTime' }, { title: '耗时(ms)', key: 'consumedTime' },
{ title: '被调用设备', key: 'targetCode' },
{ {
title: '操作参数', title: '操作参数',
key: 'params', key: 'params',