From e9dda9e6c52cb737267185f5118ded73c0053115 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 06 五月 2025 17:13:41 +0800
Subject: [PATCH] feat: 接口

---
 src/components/commonView/DetailView.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/components/commonView/DetailView.vue b/src/components/commonView/DetailView.vue
index e0a4643..40ca771 100644
--- a/src/components/commonView/DetailView.vue
+++ b/src/components/commonView/DetailView.vue
@@ -1,6 +1,6 @@
 <template>
   <ProForm :model="form" label-width="160px" label-position="left" is-read>
-    <ChunkCellV2 title="鏉愭枡瀹℃牳" style="margin-bottom: 0">
+    <ChunkCellV2 title="鎵规淇℃伅" style="margin-bottom: 0">
       <BatchInfoView :form="form"></BatchInfoView>
     </ChunkCellV2>
     <ChunkCellV2 title="姹囨�绘潗鏂�" style="margin-bottom: 0">
@@ -19,6 +19,7 @@
 import BatchInfoView from './BatchInfoView.vue';
 import MaterialInfoView from './MaterialInfoView.vue';
 import SettlementMaterialInfoView from './SettlementMaterialInfoView.vue';
+import { CustomerApplyFileTypeListItem } from './utils';
 
 defineOptions({
   name: 'DetailView',
@@ -32,11 +33,13 @@
     parkTypeName: string;
     applyMonth: string;
     applySumAmount: number;
-    enterpriseTaxSubFileUrl: UploadUserFile[];
-    enterpriseOperateFileUrl: UploadUserFile[];
+    /** 濂栧姳閲戝垎閰嶈〃 */
     bountyAssignFileUlr: UploadUserFile[];
+    /** 濂栧姳閲戞眹鎬昏〃 */
     bountyCollectFileUrl: UploadUserFile[];
-    enterpriseRelateFileUrl: UploadUserFile[];
+    parkCollectFileList: CustomerApplyFileTypeListItem[];
+    /** 鏄惁鏀寔骞冲彴鍏呭�� */
+    suportPlatRecharge?: boolean;
   };
 };
 

--
Gitblit v1.9.1