From de5e674a5655cd5c8d5457d1be8182519625d265 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 12 Mar 2025 15:35:47 +0800
Subject: [PATCH] 修改
---
src/views/analyse/identify/index.ts | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/views/analyse/identify/index.ts b/src/views/analyse/identify/index.ts
index 66859ae..1bc167b 100644
--- a/src/views/analyse/identify/index.ts
+++ b/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: {
--
Gitblit v1.9.2