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