|
@@ -1329,7 +1329,7 @@ export const asyncRouterMap = [
|
|
|
name: 'companyReceivablePayableNewList',
|
|
|
component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayableNew/list.vue'),
|
|
|
meta: {
|
|
|
- title: '单位应收应付列表',
|
|
|
+ title: '单位应收应付列表(新版)',
|
|
|
icon: 'transaction',
|
|
|
hidden: true,
|
|
|
permission: 'M_companyReceivablePayableList'
|
|
@@ -1340,7 +1340,7 @@ export const asyncRouterMap = [
|
|
|
name: 'companyReceivablePayableNewCollectionPayment',
|
|
|
component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayableNew/collectionPayment.vue'),
|
|
|
meta: {
|
|
|
- title: '编辑单位应收应付',
|
|
|
+ title: '编辑单位应收应付(新版)',
|
|
|
icon: 'transaction',
|
|
|
hidden: true,
|
|
|
permission: 'M_collectionPayment'
|
|
@@ -1351,7 +1351,7 @@ export const asyncRouterMap = [
|
|
|
name: 'companyReceivablePayableNewDetail',
|
|
|
component: () => import(/* webpackChunkName: "financialManagement" */ '@/views/financialManagement/companyReceivablePayableNew/detail.vue'),
|
|
|
meta: {
|
|
|
- title: '单位应收应付详情',
|
|
|
+ title: '单位应收应付详情(新版)',
|
|
|
icon: 'transaction',
|
|
|
hidden: true,
|
|
|
permission: 'M_companyReceivablePayable_detail'
|