From 71ee8671312f3a6fb8e77df1236cd2be13441043 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Wed, 7 May 2025 14:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E4=BF=AE=E6=AD=A3=E5=8D=8F=E8=AE=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=E7=9A=84=E7=BF=BB=E8=AF=91=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E8=B0=83=E7=94=A8=EF=BC=8C=E6=96=B0=E5=A2=9EPDF=20URL=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91=E4=BB=A5=E6=94=AF=E6=8C=81=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/collectCode/signature/protocol/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/pages/collectCode/signature/protocol/index.vue b/app/pages/collectCode/signature/protocol/index.vue index c7a112d..41453d1 100644 --- a/app/pages/collectCode/signature/protocol/index.vue +++ b/app/pages/collectCode/signature/protocol/index.vue @@ -27,12 +27,12 @@ const protocolList = computed(() => { if (number.value === 1) { return [ { id: '4', title: t('signature.agreement.buyerAgreement'), pdfName: jmxyUrl.value, type: 'remote' }, - { id: '3', title: $t('signature.agreement.buyerGuide'), pdfName: jmxzUrl.value, type: 'remote' }, - { id: '1', title: $t('signature.agreement.notice'), pdfName: pmggUrl.value, type: 'remote' }, + { id: '3', title: t('signature.agreement.buyerGuide'), pdfName: jmxzUrl.value, type: 'remote' }, + { id: '1', title: t('signature.agreement.notice'), pdfName: pmggUrl.value, type: 'remote' }, { id: '2', title: t('signature.agreement.rules'), pdfName: 'pmgz', type: 'local' }, ] } else if (number.value === 2) { - return [ { id: '1', title: $t('signature.agreement.notice'), pdfName: pmggUrl.value, type: 'remote' }, + return [ { id: '6', title: t('signature.agreement.transfer'), pdfName: pmyjqrsUrl.value, type: 'remote' }, { id: '5', title: t('signature.agreement.record'), pdfName: pmblUrl.value, type: 'remote' } ] @@ -54,6 +54,8 @@ const protocolList = computed(() => { jmxyUrl.value=res.data.ViewUrls?.jmxy1 pmblUrl.value=res.data.ViewUrls?.ppbl6 pmyjqrsUrl.value=res.data.ViewUrls?.ppqr5 + jmxzUrl.value=res.data.ViewUrls?.jmxz2 + pmggUrl.value=res.data.ViewUrls?.pmgg3 } }