|
@@ -173,12 +173,12 @@
|
|
@click="handleViewOrder(scope.$index, scope.row)"
|
|
@click="handleViewOrder(scope.$index, scope.row)"
|
|
>查看订单</el-button
|
|
>查看订单</el-button
|
|
>
|
|
>
|
|
- <el-button
|
|
|
|
|
|
+ <!-- <el-button
|
|
size="mini"
|
|
size="mini"
|
|
@click="handleCloseOrder(scope.$index, scope.row)"
|
|
@click="handleCloseOrder(scope.$index, scope.row)"
|
|
v-show="scope.row.status === 0 || scope.row.status === 6"
|
|
v-show="scope.row.status === 0 || scope.row.status === 6"
|
|
>关闭订单</el-button
|
|
>关闭订单</el-button
|
|
- >
|
|
|
|
|
|
+ > -->
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
@click="handleDeliveryOrder(scope.$index, scope.row)"
|
|
@click="handleDeliveryOrder(scope.$index, scope.row)"
|