Browse Source

修改按钮

master
liutong 1 year ago
parent
commit
28a6b3cedc
  1. 28
      pages/order/index.vue

28
pages/order/index.vue

@ -223,13 +223,13 @@
> >
<!-- 没付钱的可以取消--> <!-- 没付钱的可以取消-->
<!-- <el-button--> <el-button
<!-- type="text"--> type="text"
<!-- size="small"--> size="small"
<!-- v-if="scope.row.order_status == 0 && scope.row.pay?.pay_status == 0 && scope.row.pay?.received_money == 0"--> v-if="scope.row.order_status == 0 && scope.row.pay.pay_status == 0 && scope.row.pay.received_money == 0"
<!-- @click="cancelOrder(scope.row)"--> @click="cancelOrder(scope.row)"
<!-- >取消订单--> >取消订单
<!-- </el-button>--> </el-button>
<!-- <el-button--> <!-- <el-button-->
@ -242,13 +242,13 @@
<!-- @click="refund(scope.row)"--> <!-- @click="refund(scope.row)"-->
<!-- >申请售后</el-button>--> <!-- >申请售后</el-button>-->
<!-- <el-button--> <el-button
<!-- type="text"--> type="text"
<!-- size="small"--> size="small"
<!-- v-if="[0,1,3,4].includes(scope.row.order_status) && [0,2].includes(scope.row.pay?.pay_status)"--> v-if="[0,1,3,4].includes(scope.row.order_status) && [0,2].includes(scope.row.pay.pay_status)"
<!-- @click="clickSpsh(scope.row)">--> @click="clickSpsh(scope.row)">
<!-- 申请售后--> 申请售后
<!-- </el-button>--> </el-button>
<el-button <el-button
type="text" type="text"

Loading…
Cancel
Save