订单列表修改

This commit is contained in:
“13713575202” 2025-04-14 16:51:27 +08:00
parent b49ee49312
commit 91302d97cd

View File

@ -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 {