feat(vimp-log): targetCode
This commit is contained in:
@@ -13,6 +13,7 @@ export interface NdmVimpLogVO extends BaseModel {
|
||||
httpMethod: string;
|
||||
userId: string;
|
||||
logType: number;
|
||||
targetCode: string;
|
||||
}
|
||||
|
||||
export type NdmVimpLogResultVO = Partial<NdmVimpLogVO>;
|
||||
|
||||
@@ -114,6 +114,7 @@ const tableColumns: DataTableColumns<NdmVimpLogResultVO> = [
|
||||
{ title: '操作类型', key: 'description' },
|
||||
{ title: '请求IP', key: 'requestIp' },
|
||||
{ title: '耗时(ms)', key: 'consumedTime' },
|
||||
{ title: '被调用设备', key: 'targetCode' },
|
||||
{
|
||||
title: '操作参数',
|
||||
key: 'params',
|
||||
|
||||
Reference in New Issue
Block a user