From 01a4dd0b452ba1df9d3628081f293b054ab299c0 Mon Sep 17 00:00:00 2001
From: 棉花 <12559203+radish-hi_0@user.noreply.gitee.com>
Date: 星期二, 05 十二月 2023 20:57:44 +0800
Subject: [PATCH] fix: 删除重复环境变量ElUploadInstance

---
 src/types/global.d.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/types/global.d.ts b/src/types/global.d.ts
index b9bc5f4..32081bf 100644
--- a/src/types/global.d.ts
+++ b/src/types/global.d.ts
@@ -13,6 +13,7 @@
     key: number;
     label: string;
     visible: boolean;
+    children?: Array<FieldOption>;
   }
 
   /**

--
Gitblit v1.9.3