Browse Source

vtest 1.1.12

organize
刘嘉炜 3 years ago
parent
commit
e874125352
  1. 1
      src/pages/order_list/order_list.vue

1
src/pages/order_list/order_list.vue

@ -163,6 +163,7 @@
},
computed:{
isStoreInfo(){
let { orderType } = this;
return (
orderType == 3 || orderType == 4 ||

Loading…
Cancel
Save