From e800a4fbc5becea02001351d27cc4985c21860ec Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 25 七月 2025 16:52:35 +0800
Subject: [PATCH] fix: bug

---
 src/constants/fourStreams.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/constants/fourStreams.ts b/src/constants/fourStreams.ts
index a9944a6..eaddc24 100644
--- a/src/constants/fourStreams.ts
+++ b/src/constants/fourStreams.ts
@@ -104,17 +104,18 @@
     id: '5',
     enCode: 'authType',
     name: '浼佷笟绫诲瀷',
+    width: 120,
   },
   {
     id: '6',
     enCode: 'licenseUrl',
     name: '钀ヤ笟鎵х収',
+    width: 120,
   },
   {
     id: '7',
     enCode: 'bankAccountInfo',
     name: '鍩烘湰鎴蜂俊鎭�',
-    width: 300,
   },
 ]);
 
@@ -148,4 +149,4 @@
   return { addRewardApplyStep3Columns };
 }
 
-export const BountyBatchApplyTransferTemp = `${TempFolderPath}/%E5%85%A5%E8%B4%A6%E6%A8%A1%E6%9D%BF.xlsx`;
+export const BountyBatchApplyTransferTemp = `${TempFolderPath}/%E5%85%A5%E8%B4%A6%E6%A8%A1%E6%9D%BFV2.xlsx`;

--
Gitblit v1.9.1