@@ -199,7 +199,7 @@ export default {
},
moreToDo(item){
let that=this;
- let doList = ['价格变动明细','复制花材','颜色管理', '下单记录','下架','上架']
+ let doList = ['价格变动记录','复制花材','颜色管理', '下单记录','下架','上架']
uni.showActionSheet({
itemList: doList,
success: function (respond) {