From 5dd00a4652b3b21407d71046315d759263db6d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=8B=99=5F233?= <342879248@qq.com> Date: Fri, 10 Oct 2025 01:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/assets/images/upload.png | Bin 0 -> 1303 bytes web/src/views/pages/index.vue | 48 ++++++++++++++++++++++++------- 2 files changed, 38 insertions(+), 10 deletions(-) create mode 100644 web/src/assets/images/upload.png diff --git a/web/src/assets/images/upload.png b/web/src/assets/images/upload.png new file mode 100644 index 0000000000000000000000000000000000000000..7a2c5887495db16ad8716668fa6b7d8e402653d8 GIT binary patch literal 1303 zcmV+y1?c*TP)8btR~X zijR$p#FejwStuw9LRNWgB$#X>S#%ORflmCt_EtfcxBFIiRcj@jlR9Te+vr>UrkR>|1vu}dwynS=Du`Jx-8u=ijD6+F~pLSKp3kFzEIDC}!!3+Z(SU+@d`&1Q?q_~8o6Y_>I5>D1#TMqKG>*V&!f*_5DjJxZ zoBKy2Bhpx+B9s07{jYrxY<&KCjN^#m7(fIK@D@~&Q^80)W7(2!^I5`byWj{{KPqTo zb#?WaoJ^Arsg`cTwM??y0E;PgcD(G_0sr6%XQ-AN$mMbeb&}-TMsQ7)yy5(DIjxRp zps5v;2KPC8Y%FxLFX;l!#)C85J#8$0)|;;G^?b7ly71u)cTaymxq{O=4tGyeF_cz< zE?#iwDa2mY6`RRqGMh?xB)#KOP4BZXAU;=~8GoeQsLPH%8t76&O%d?Arfbj8(9nMA zA1>AU=VBNTpDWLd@23_u!x)zHE*fw?|8@25vYxR3G{r?NYDNIh(?Eo{FA~xcr78^+ zT!EU--?R$+&J~x`IJH#s*9dq88dz}!YC7Auwzi&YYxhuk+ojrg{2#`|=gKqV52;1X zFoxxPg$Cv=12$KyK=(<1cd4%44`Bd&t~@i&s(^3w!VtFec~42xwvnCSgS)5cda@J9 z+Bm}9>*(lstm$O~Zi`8+56*D+dV71{YbtpArIxIX7@XnGO`OrmJzG$keLm-M1I1#I z2AuDM6g5;ZoImc!hKGk&)X~`#5v)lCu5c!(JOdb=ot@`&T#}|;mJHW2&!B;xo}P7e zmelt`yUOU5|7^a>hzMtJgsUGKG=M{^z^gjGlExAh*~@yy2f@bYpT{`9G8_YliUw4q zq>)i++>cUgsZ@HZ_0M$_TbNOo2MVz`zT=>Hft|gTe()HZIl%2-NoOmJ8EvH0k02Glg3HWk8pYM}>QobbDP6aT*riSc_N2O|2mBTbYCXECLs*EQ8++F0xop@SlGLE{gk z?6cqL$Tw^#HogbM5K9iZV1T9AhU5bP009607ZEpx00006Nkl - + +
+ +

添加图片

+
+
@@ -92,10 +101,28 @@ - + +
+ +

添加图片

+
+
- + +
+ +

添加图片

+
+
@@ -189,7 +216,8 @@ const steps = [ { title: '非遗应用与推广' }, { title: '非遗资产衍生商品信息' } ]; -const currentStep = ref(0) +const actionUrl = 'http://124.222.245.240:8080/api/v1/upload/upload/image' +const currentStep = ref(2) const historyList = ref([ { id: 0, @@ -223,11 +251,11 @@ const modalForm = reactive({ online_accounts: [], inheritor_level: null, inheritor_age_count: [], - inheritor_certificates: '', + inheritor_certificates: [], heritage_level: null, historical_evidence:[], - patent_certificates: '', - pattern_images: '', + patent_certificates: [], + pattern_images: [], patent_application_no: '', }) const modalRules = { @@ -631,7 +659,7 @@ const submit = () => { funding_status: fundingOptions.find(item => item.value === modalForm.funding_status).label, inheritor_level: fundingOptions2.find(item => item.value === modalForm.inheritor_level).label, // "inheritor_ages": [60, 42, 35], # 传承人年龄 - inheritor_certificates: ["http://example.com/国家级非遗传承人证书.jpg"], + inheritor_certificates: modalForm.inheritor_certificates, heritage_asset_level: heritageOptions.find(item => item.value === modalForm.heritage_level).label, inheritor_ages: modalForm.inheritor_age_count, historical_evidence: { @@ -640,8 +668,8 @@ const submit = () => { inheritor_testimony: modalForm.historical_evidence[3], modern_research: modalForm.historical_evidence[4] }, - patent_certificates: ["http://example.com/专利证书1.jpg", "http://example.com/专利证书2.jpg"], - pattern_images: ["pattern1.jpg"], + patent_certificates: modalForm.patent_certificates, + pattern_images: modalForm.pattern_images, implementation_stage: maturityOptions.find(item => item.value === modalForm.application_maturity).label, coverage_area: coverageOptions.find(item => item.value === modalForm.application_coverage).label, collaboration_type: depthOptions.find(item => item.value === modalForm.cooperation_depth).label,