diff --git a/src/components/charge/ChargeQueue.vue b/src/components/charge/ChargeQueue.vue index d26003c..ffa68b7 100644 --- a/src/components/charge/ChargeQueue.vue +++ b/src/components/charge/ChargeQueue.vue @@ -147,6 +147,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 =()=>{