马宇豪
2025-03-12 de5e674a5655cd5c8d5457d1be8182519625d265
src/views/analyse/identify/index.ts
@@ -85,8 +85,18 @@
   id: number,
   name: string,
}
declare interface file {
   url: string;
}
declare interface IdentifyDialogType {
   fileList: Array<file>,
   imgLimit: number,
   uploadUrl: string,
   isOverSize: boolean,
   header:{}
   dialogVisible: Boolean,
   dialogImageUrl: string | null,
   title: string,
   method: null | number,
   evaluateMethod: null | number,
@@ -125,6 +135,7 @@
      sclCheckStandard: string,
      sclCheckUnstandard: string,
      sclCheckResult: string,
      fileData: string
   },
   identifyFormRules: {