+
+
+
+
+
+
+
+
+ {{ formatAmount(scope.row.amount) }}
+
+
+
+
+
+ {{$t('pendingPayment.payment')}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index 999e293..b2632f1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -312,6 +312,20 @@ export default new Router({
title: 'Submit manuscript'
}
},
+ {
+ path: '/PendingPaymentEditor',
+ component: () => import('../components/page/PendingPaymentEditor.vue'),
+ meta: {
+ title: 'Pending Payment'
+ }
+ },
+ {
+ path: '/PendingPaymentAuthor',
+ component: () => import('../components/page/PendingPaymentAuthor.vue'),
+ meta: {
+ title: 'Pending Payment'
+ }
+ },
{
path: '/articleReviewer',
component: () => import('../components/page/articleReviewer.vue'),