feat(vimp-log): targetCode
This commit is contained in:
@@ -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>;
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user