|
@@ -173,12 +173,12 @@
|
|
|
@click="handleViewOrder(scope.$index, scope.row)"
|
|
|
>查看订单</el-button
|
|
|
>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
@click="handleCloseOrder(scope.$index, scope.row)"
|
|
|
v-show="scope.row.status === 0 || scope.row.status === 6"
|
|
|
>关闭订单</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@click="handleDeliveryOrder(scope.$index, scope.row)"
|
|
@@ -380,7 +380,9 @@ export default {
|
|
|
return "支付宝";
|
|
|
} else if (value === 2) {
|
|
|
return "微信";
|
|
|
- } else {
|
|
|
+ } else if (value === 3) {
|
|
|
+ return "余额";
|
|
|
+ }else {
|
|
|
return "未支付";
|
|
|
}
|
|
|
},
|