fix
This commit is contained in:
@@ -18,6 +18,7 @@ export enum ReportType {
|
||||
FAULT = 'fault',
|
||||
SERVER = 'server',
|
||||
NETWORK_DEVICE = 'network_device',
|
||||
OPERATIONS = 'operations',
|
||||
EVIDENCE = 'evidence',
|
||||
}
|
||||
|
||||
@@ -32,7 +33,7 @@ export enum ReportStatus {
|
||||
|
||||
export interface ReportRecord {
|
||||
id: number
|
||||
/** 列表接口可能含已下线类型字符串,仅六类可再次生成 */
|
||||
/** 列表接口可能包含已下线或自动生成的报表类型 */
|
||||
report_type: ReportType | string
|
||||
title: string
|
||||
description?: string
|
||||
|
||||
Reference in New Issue
Block a user