|
@@ -418,7 +418,7 @@ export const asyncRouterMap = [{
|
|
name: 'unRecyclableRubbishTotal',
|
|
name: 'unRecyclableRubbishTotal',
|
|
component: () => import(/* webpackChunkName: "reportForm" */ '@/views/reportForm/unRecyclableRubbishTotal.vue'),
|
|
component: () => import(/* webpackChunkName: "reportForm" */ '@/views/reportForm/unRecyclableRubbishTotal.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '非可回收垃圾汇总表',
|
|
|
|
|
|
+ title: '垃圾录入汇总表',
|
|
icon: 'bar-chart',
|
|
icon: 'bar-chart',
|
|
permission: 'M_unRecyclableTotal_list'
|
|
permission: 'M_unRecyclableTotal_list'
|
|
}
|
|
}
|
|
@@ -428,7 +428,7 @@ export const asyncRouterMap = [{
|
|
name: 'unRecyclableRubbishDetails',
|
|
name: 'unRecyclableRubbishDetails',
|
|
component: () => import(/* webpackChunkName: "reportForm" */ '@/views/reportForm/unRecyclableRubbishDetails.vue'),
|
|
component: () => import(/* webpackChunkName: "reportForm" */ '@/views/reportForm/unRecyclableRubbishDetails.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '非可回收垃圾明细表',
|
|
|
|
|
|
+ title: '垃圾录入明细表',
|
|
icon: 'fund',
|
|
icon: 'fund',
|
|
permission: 'M_unRecyclableDetails_list'
|
|
permission: 'M_unRecyclableDetails_list'
|
|
}
|
|
}
|