Browse Source

修改报告名称

tianyabing 2 years ago
parent
commit
d453af2f96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/data/json/menuList.json
  2. 1 1
      src/router/index.js

+ 1 - 1
src/data/json/menuList.json

@@ -252,7 +252,7 @@
         "icon": "报告.png",
         "children": [
           {
-            "name": "餐厅消费报告",
+            "name": "运营报告",
             "router": "/report/data/restaurant",
             "icon": ""
           }

+ 1 - 1
src/router/index.js

@@ -238,7 +238,7 @@ const router = new VueRouter({
                 {
                   path: "/report/data/restaurant",
                   name: "reportDataRestaurant",
-                  meta: { breadcrumb: "餐厅消费报告" },
+                  meta: { breadcrumb: "运营报告" },
                   component: () =>
                     import("@/components/report/data/reportDataRestaurant.vue"),
                 },