YY 2 年之前
父節點
當前提交
4c6e585483
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/selfShop/sales/detail.vue

+ 1 - 1
src/views/selfShop/sales/detail.vue

@@ -231,7 +231,7 @@ export default {
                 let shopList = res.data.shop.list;
                 this.$set(this, `shopList`, shopList);
                 shopList[0].color = '#0bbd87';
-                // if (res.data.shop.is_check == '已签收' && this.info.status == '3') this.$set(this, `active`, 4);
+                if (res.data.shop.is_check == '已签收' && this.info.status == '3') this.$set(this, `active`, 4);
               }
               this.$set(this, `activit`, res.data);
             }