ui: update ProductPerformanceProfitability page to enhance table views and tabs management
This commit is contained in:
@@ -66,6 +66,7 @@ var routeMetaCache sync.Map
|
||||
|
||||
var routeMetaFallback = map[string]routeMeta{
|
||||
"GET /api/product-images": {module: "order", action: "view"},
|
||||
"POST /api/product-images/batch": {module: "order", action: "view"},
|
||||
"GET /api/product-images/{id}/content": {module: "order", action: "view"},
|
||||
"GET /api/product-stock-query-by-attributes": {module: "order", action: "view"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user