|
@@ -2905,7 +2905,7 @@ export const asyncRouterMap = [
|
|
name: 'productSourcePath',
|
|
name: 'productSourcePath',
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
- title: '产品追溯列表',
|
|
|
|
|
|
+ title: '唯一码追溯列表',
|
|
icon: 'radar-chart',
|
|
icon: 'radar-chart',
|
|
permission: 'M_productSourcePathList'
|
|
permission: 'M_productSourcePathList'
|
|
},
|
|
},
|
|
@@ -2916,7 +2916,7 @@ export const asyncRouterMap = [
|
|
name: 'productSourcePathList',
|
|
name: 'productSourcePathList',
|
|
component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/productSourcePath/list.vue'),
|
|
component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/productSourcePath/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '产品追溯列表',
|
|
|
|
|
|
+ title: '唯一码追溯列表',
|
|
icon: 'radar-chart',
|
|
icon: 'radar-chart',
|
|
hidden: true,
|
|
hidden: true,
|
|
permission: 'M_productSourcePathList'
|
|
permission: 'M_productSourcePathList'
|