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