|
@@ -740,16 +740,16 @@ export const asyncRouterMap = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ {
|
|
|
+ path: '/inventoryManagement/inventoryWarning',
|
|
|
+ name: 'inventoryWarningList',
|
|
|
+ component: () => import( '@/views/inventoryManagement/inventoryWarning/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '库存预警',
|
|
|
+ icon: 'alert'
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|