From 12e3938e23caf401a7bcf01a721852b1a1035f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 8 Jan 2025 14:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/langs/en.js | 12 +- src/components/common/langs/zh.js | 56 +- src/components/page/Complete_profile.vue | 484 ++++-- src/components/page/PreIngestedEditor.vue | 92 +- src/components/page/articleAdd.vue | 1542 +++++++++-------- .../pendingPayment/OrderConfirmation.vue | 64 +- .../components/pendingPayment/success.vue | 54 +- 7 files changed, 1364 insertions(+), 940 deletions(-) diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index 0e92d3f..34de7e8 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -393,7 +393,17 @@ const en = { Disbursements:'Disbursements', Confirmorderinformation:'Confirm order information', orderDetail:'Order information', - } + }, + PreAccept:{ +successInfo:'Congratulations! Your manuscript has entered into Pre-accept status. Now please check and complete the necessary information of your manuscript for final publication.', +step1:'Manuscript Payment', +step2:'Article Proofreading', +step3:'References', +step:'step', +Information:'Fill in information', + + +}, } diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 6de5212..3a6e31e 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -363,30 +363,40 @@ const zh = { exportWord: '导出 Word', exportImg: '导出 图片', PaperRotation: '纸张方向', - removeAnnotations:'确定要删除这条批注吗?', - removeContent:'确定要删除这条内容吗?', - reContent:'确定要恢复这条内容吗?', - uploadImageInfo:'Figures 只能上传 JPG、JPEG 和 PNG 格式的文件' + removeAnnotations: '确定要删除这条批注吗?', + removeContent: '确定要删除这条内容吗?', + reContent: '确定要恢复这条内容吗?', + uploadImageInfo: 'Figures 只能上传 JPG、JPEG 和 PNG 格式的文件' + }, + pendingPayment: { + title: 'Title', + journal: '期刊', + Paymentamount: '缴费金额', + Paymentstatus: '缴费状态', + subtotal: '小计', + payment: '在线缴费', + payDetail: '付款详情', + total: '总价', + youhui: '优惠', + submitOrder: '提交订单', + state0: '待付款', + state1: '已缴费', + state2: '已取消', + paymentmethod: '付款方式', + Disbursements: '已付款', + Confirmorderinformation: '确认订单信息', + orderDetail: '订单信息', + }, + PreAccept: { + successInfo: 'Congratulations! Your manuscript has entered into Pre-accept status. Now please check and complete the necessary information of your manuscript for final publication.', + step1: 'Manuscript Payment', + step2: 'Article Proofreading', + step3: 'References', + step: 'step', + Information: 'Fill in information', + + }, - pendingPayment:{ - title:'Title', - journal:'期刊', - Paymentamount:'缴费金额', - Paymentstatus:'缴费状态', - subtotal:'小计', - payment:'在线缴费', - payDetail:'付款详情', - total:'总价', - youhui:'优惠', - submitOrder:'提交订单', - state0:'待付款', - state1:'已缴费', - state2:'已取消', - paymentmethod:'付款方式', - Disbursements:'已付款', - Confirmorderinformation:'确认订单信息', - orderDetail:'订单信息', - } } diff --git a/src/components/page/Complete_profile.vue b/src/components/page/Complete_profile.vue index 2bf5e6f..2c41732 100644 --- a/src/components/page/Complete_profile.vue +++ b/src/components/page/Complete_profile.vue @@ -1,171 +1,371 @@ - - - - \ No newline at end of file + } +}; + + + diff --git a/src/components/page/PreIngestedEditor.vue b/src/components/page/PreIngestedEditor.vue index 15485c7..74a9b38 100644 --- a/src/components/page/PreIngestedEditor.vue +++ b/src/components/page/PreIngestedEditor.vue @@ -1,8 +1,61 @@