订单列表修改
This commit is contained in:
parent
b49ee49312
commit
91302d97cd
@ -61,7 +61,7 @@
|
||||
<el-button type="primary" @click="doPay">立即付款</el-button>
|
||||
</div>
|
||||
<div v-if="o.status == 0" class="right-item do-btn">
|
||||
<el-button @click="doPay">取消订单</el-button>
|
||||
<el-button @click="doCancel">取消订单</el-button>
|
||||
</div>
|
||||
<div v-if="o.status != 0" class="right-item">已发货</div>
|
||||
<div v-if="o.status != 0" class="right-item text-link">快递单号</div>
|
||||
@ -131,6 +131,8 @@ let orderList = reactive([
|
||||
]);
|
||||
|
||||
const doPay = () => {};
|
||||
|
||||
const doCancel = () => {};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.user-orders-warp {
|
||||
|
Loading…
x
Reference in New Issue
Block a user