shish 4 ani în urmă
părinte
comite
325c14a772

+ 1 - 2
ghsApp/src/admin/home/apply.vue

@@ -63,8 +63,7 @@ export default {
                         {name: "门店",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/shop/list"},
                         {name: "员工",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/staff/list"},
                         {name: "调拨出库",img: `${this.$constant.imgUrl}/ghs/home/dbck.png`,url: "/pagesStorehouse/allot/allotEx"},
-                        {name: "调拨入库",img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"},
-                        {name: "客户分级指标",img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,url: "/admin/custom/levelSet"},
+                        {name: "调拨入库",img: `${this.$constant.imgUrl}/ghs/home/dbrk.png`,url: "/pagesStorehouse/allot/allotPut"}
                     ]
                 },
                 {

+ 1 - 1
ghsApp/src/api/product/index.js

@@ -38,7 +38,7 @@ export const changePriceByIdApi = data => {
 	return https.post("/product/change-price", data);
 };
 
-//批量改价
+//改价
 export const batchChangePrice = data => {
 	return https.post("/product/batch-change-price", data);
 };

+ 1 - 1
ghsApp/src/pages.json

@@ -100,7 +100,7 @@
 		{
 			"root": "admin/changePrice",
 			"pages": [
-				{"path": "list","style": {"navigationBarTitleText": "批量改价"}}
+				{"path": "list","style": {"navigationBarTitleText": "改价"}}
 			]
 		},
 		{