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 } }