fix
This commit is contained in:
@@ -64,6 +64,7 @@ interface ReportItem {
|
|||||||
|
|
||||||
interface ReportDetail extends ReportItem {
|
interface ReportDetail extends ReportItem {
|
||||||
analysis: string
|
analysis: string
|
||||||
|
class_name: string | null
|
||||||
}
|
}
|
||||||
|
|
||||||
const reports = ref<ReportItem[]>([])
|
const reports = ref<ReportItem[]>([])
|
||||||
|
|||||||
Reference in New Issue
Block a user