shish 3 ay önce
ebeveyn
işleme
a664980e81

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

@@ -99,7 +99,7 @@ export default {
                         {name: "预订汇总",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/order/statBook"},
                         {name: "预订客户",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/book/custom"},
                         {name: "预订明细",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/book/itemCustom"},
-                        {name: "片区订单",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/order/orderListByDist"}
+                        {name: "配送片区",img: `${this.$constant.hostUrl}/image/ghs/home/kcyjs.png`,url: "/admin/order/orderListByDist"}
                     ]
                 },
                 {

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

@@ -69,7 +69,7 @@ export const getNewOrderList = data => {
 }
 
 /**
- * 片区订单列表
+ * 配送片区列表
  */
 export const getOrderListByDist = data => {
 	return https.get("/order/list-by-dist", data)

+ 1 - 1
ghsApp/src/pages.json

@@ -508,7 +508,7 @@
 				{"path": "statKhBook","style": {"navigationBarTitleText": "详情"}},
 				{"path": "freight","style": {"navigationBarTitleText": "运费设置"}},
 				{"path": "callExpress","style": {"navigationBarTitleText": "呼叫跑腿"}},
-				{"path": "orderListByDist","style": {"navigationBarTitleText": "片区订单"}}
+				{"path": "orderListByDist","style": {"navigationBarTitleText": "配送片区"}}
 			]
 		},
 		{