diff --git a/src/components/charge/ChargeQueue.vue b/src/components/charge/ChargeQueue.vue index 7c786cb..4e4437c 100644 --- a/src/components/charge/ChargeQueue.vue +++ b/src/components/charge/ChargeQueue.vue @@ -148,6 +148,11 @@ const statusList = ref([ num: 0, value: 1 }, + { + label: '已退', + num: 0, + value: 2 + } ]) const tab = (item: any) => { query.value.status = item.value diff --git a/src/components/charge/TotalPrice.vue b/src/components/charge/TotalPrice.vue index 4ff40bc..3e76e6c 100644 --- a/src/components/charge/TotalPrice.vue +++ b/src/components/charge/TotalPrice.vue @@ -23,10 +23,11 @@ const openSettlement =()=>{