diff --git a/log_update.json b/log_update.json index 9dea084..87b0450 100644 --- a/log_update.json +++ b/log_update.json @@ -155,7 +155,7 @@ { "title": "淘宝闪购错误信息提示优化", "content": [ - "饿百错误信息添加门店与商品信息" + "淘宝闪购错误信息添加门店与商品信息" ] }, { @@ -272,7 +272,7 @@ { "title": "订单管理", "content": [ - "订单列表/订单详情,平台归属饿百的订单支持真实号查询,如订单创建时间距离当前时间较近(4小时以内),会导致获取到的真实号与临时号相同,另新创建未接单的订单取不到真实号" + "订单列表/订单详情,平台归属淘宝闪购的订单支持真实号查询,如订单创建时间距离当前时间较近(4小时以内),会导致获取到的真实号与临时号相同,另新创建未接单的订单取不到真实号" ] }, { diff --git a/src/components/promotion/new-promotion-create.vue b/src/components/promotion/new-promotion-create.vue index 49e6a68..0b7491e 100644 --- a/src/components/promotion/new-promotion-create.vue +++ b/src/components/promotion/new-promotion-create.vue @@ -918,9 +918,9 @@ export default { vendorObj: { "0": ["东", "jdID", "jdSyncStatus", "jdPrice", "jdLockTime"], "1": ["美", "mtwmID", "mtwmSyncStatus", "mtwmPrice", "mtwmLockTime"], - "3": ["百", "ebaiID", "ebaiSyncStatus", "ebaiPrice", "ebaiLockTime"], + "3": ["淘", "ebaiID", "ebaiSyncStatus", "ebaiPrice", "ebaiLockTime"], "9": ["西", "jdID", "jdSyncStatus", "jdPrice", "jdLockTime"], - "16": ["淘", "taoID", "taoSyncStatus", "taoPrice", "taoLockTime"], + // "16": ["淘", "taoID", "taoSyncStatus", "taoPrice", "taoLockTime"], }, tempPlateForm: [], factor:null, diff --git a/src/components/storegoodsmanager/store-goods-manager.vue b/src/components/storegoodsmanager/store-goods-manager.vue index d5a950b..d6c0c1f 100644 --- a/src/components/storegoodsmanager/store-goods-manager.vue +++ b/src/components/storegoodsmanager/store-goods-manager.vue @@ -1195,10 +1195,10 @@ export default { return { 0: ["京", "jdID", "jdSyncStatus", "jdPrice", "jdLockTime"], 1: ["美", "mtwmID", "mtwmSyncStatus", "mtwmPrice", "mtwmLockTime"], - 3: ["百", "ebaiID", "ebaiSyncStatus", "ebaiPrice", "ebaiLockTime"], + 3: ["淘", "ebaiID", "ebaiSyncStatus", "ebaiPrice", "ebaiLockTime"], // 9: ["西", "jxID", "jxSyncStatus", "jxPrice", "jxLockTime"], 14: ["抖", "ddID", "ddSyncStatus", "ddPrice", "ddLockTime"], - 16: ["淘", "taoID", "taoSyncStatus", "taoPrice", "taoLockTime"], + // 16: ["淘", "taoID", "taoSyncStatus", "taoPrice", "taoLockTime"], // 5: ["狗", "jdsID", "jdsSyncStatus", "jdsPrice", "jdsLockTime"], }; }, diff --git a/src/components/storemanager/cmp/bindPlatCell.vue b/src/components/storemanager/cmp/bindPlatCell.vue index ede459f..e310ef8 100644 --- a/src/components/storemanager/cmp/bindPlatCell.vue +++ b/src/components/storemanager/cmp/bindPlatCell.vue @@ -60,7 +60,7 @@ export default { case 1: return '美' case 3: - return '百' + return '淘' case 11: return '微' default: