From b3fda48ba53b36f6770f399f58290ed4d95d04a6 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 30 四月 2025 09:19:52 +0800
Subject: [PATCH] feat: 接口

---
 src/components/commonView/MaterialInfoView.vue |   33 +++++++++++++++++++++++++++++----
 1 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/src/components/commonView/MaterialInfoView.vue b/src/components/commonView/MaterialInfoView.vue
index a45a78f..4026f93 100644
--- a/src/components/commonView/MaterialInfoView.vue
+++ b/src/components/commonView/MaterialInfoView.vue
@@ -1,15 +1,39 @@
 <template>
   <ProFormCol>
     <ProFormColItem :span="12">
-      <ProFormItemV2 label="浼佷笟缂寸◣鏄庣粏姹囨�昏〃:" prop="enterpriseTaxSubFileUrl">
-        <ProFormUpload v-model:file-url="form.enterpriseTaxSubFileUrl"></ProFormUpload>
+      <ProFormItemV2
+        label="浼佷笟缂寸◣鏄庣粏姹囨�昏〃:"
+        prop="enterpriseTaxSubFileUrl"
+        style="margin-bottom: 22px"
+      >
+        <ProFormUpload
+          v-model:file-url="form.enterpriseTaxSubFileUrl"
+          :limitShowViewMoreBtnCount="4"
+        ></ProFormUpload>
       </ProFormItemV2>
     </ProFormColItem>
   </ProFormCol>
   <ProFormCol>
     <ProFormColItem :span="12">
-      <ProFormItemV2 label="浼佷笟钀ユ敹姹囨�昏〃:" prop="enterpriseOperateFileUrl">
-        <ProFormUpload v-model:file-url="form.enterpriseOperateFileUrl"></ProFormUpload>
+      <ProFormItemV2
+        label="浼佷笟钀ユ敹姹囨�昏〃:"
+        prop="enterpriseOperateFileUrl"
+        style="margin-bottom: 22px"
+      >
+        <ProFormUpload
+          v-model:file-url="form.enterpriseOperateFileUrl"
+          :limitShowViewMoreBtnCount="4"
+        ></ProFormUpload>
+      </ProFormItemV2>
+    </ProFormColItem>
+  </ProFormCol>
+  <ProFormCol>
+    <ProFormColItem :span="12">
+      <ProFormItemV2 label="鍏ラ┗鎯呭喌鍏宠仈璇存槑:" prop="enterpriseRelateFileUrl">
+        <ProFormUpload
+          v-model:file-url="form.enterpriseRelateFileUrl"
+          :limitShowViewMoreBtnCount="4"
+        ></ProFormUpload>
       </ProFormItemV2>
     </ProFormColItem>
   </ProFormCol>
@@ -32,6 +56,7 @@
   form: {
     enterpriseTaxSubFileUrl: UploadUserFile[];
     enterpriseOperateFileUrl: UploadUserFile[];
+    enterpriseRelateFileUrl: UploadUserFile[];
   };
 };
 

--
Gitblit v1.9.1