This commit is contained in:
2025-01-02 10:56:43 +08:00
25 changed files with 2509 additions and 254 deletions

View File

@@ -191,6 +191,7 @@ export default {
index: '1',
title: this.$t('sidebar.author'),
subs: [
{
index: 'articleList',
title: this.$t('sidebar.author1')
@@ -202,7 +203,10 @@ export default {
{
index: 'articleAdd',
title: this.$t('sidebar.author2')
}
} , {
index: 'orderListAuthor',
title: this.$t('sidebar.author4')
},
]
}
// ,{

View File

@@ -10,6 +10,7 @@ const baseUrl = '/';
// const baseUrl = '/api';
//本地(正式环境 )
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
@@ -28,5 +29,6 @@ export default {
baseUrl,
mediaUrl,
};
</script>

View File

@@ -149,6 +149,7 @@ const en = {
author: 'Author',
author1: 'My manuscripts',
author2: 'Submit manuscript',
author4: 'Order List',
author3: 'Manuscripts in Draft',
editor: 'Editor',
editor1: 'Paper Editing System',
@@ -374,6 +375,25 @@ const en = {
reContent:'Are you sure you want to restore this content?',
uploadImageInfo:'Figures can only upload files in JPG, JPEG, and PNG formats!'
},
pendingPayment:{
title:'Title',
journal:'Journal',
Paymentamount:'Payment Amount',
Paymentstatus:'Payment Status',
subtotal:'Subtotal',
payment:'Online Payment',
payDetail:'Payment Details',
total:'Total price',
youhui:'Discount',
submitOrder:'Submit Order',
state0:'Obligation',
state1:'Payment successful',
state2:'Cancelled',
paymentmethod:'Payment Method',
Disbursements:'Disbursements',
Confirmorderinformation:'Confirm order information',
orderDetail:'Order information',
}
}

View File

@@ -143,6 +143,7 @@ const zh = {
author1: '我的稿件',
author2: '新增稿件',
author3: '草稿箱',
author4: '订单列表',
editor: '编辑',
editor1: '待审稿件',
editormanage: '编辑管理',
@@ -367,6 +368,25 @@ const zh = {
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:'订单信息',
}
}