Browse Source

feat:商城-订单-详情中,同步快递鸟物流

caoliqin 1 tháng trước cách đây
mục cha
commit
033c747350
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/hisStore/components/productOrder.vue

+ 2 - 2
src/views/hisStore/components/productOrder.vue

@@ -422,9 +422,9 @@
     </el-dialog>
 
     <el-dialog :title="expressDialog.title" :visible.sync="expressDialog.open" width="600px" append-to-body>
-<!--      <div  v-hasPermi="['store:storeOrder:syncExpress']"  >
+      <div  v-hasPermi="['store:storeOrder:syncExpress']"  >
         <el-button size="mini" @click="syncExpress()" >同步快递鸟物流状态</el-button>
-      </div>-->
+      </div>
       <el-table style="margin-top: 20px;width: 100%"
                 ref="orderHistoryTable"
                 :data="traces" border>