From f37c78b6412db783615f8b38f0487c57136c4ed8 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 15 五月 2025 14:49:12 +0800 Subject: [PATCH] fix: bug --- src/components/commonView/DetailView.vue | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/components/commonView/DetailView.vue b/src/components/commonView/DetailView.vue index e0a4643..31fef11 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,15 @@ parkTypeName: string; applyMonth: string; applySumAmount: number; - enterpriseTaxSubFileUrl: UploadUserFile[]; - enterpriseOperateFileUrl: UploadUserFile[]; - bountyAssignFileUlr: UploadUserFile[]; - bountyCollectFileUrl: UploadUserFile[]; - enterpriseRelateFileUrl: UploadUserFile[]; + /** 濂栧姳閲戝垎閰嶈〃 */ + // bountyAssignFileUlr: UploadUserFile[]; + /** 濂栧姳閲戞眹鎬昏〃 */ + // bountyCollectFileUrl: UploadUserFile[]; + parkCollectFileList: CustomerApplyFileTypeListItem[]; + /**姹囩畻鏉愭枡 */ + calculationFileList: CustomerApplyFileTypeListItem[]; + /** 鏄惁鏀寔骞冲彴鍏呭�� */ + suportPlatRecharge?: boolean; }; }; -- Gitblit v1.9.1