diff --git a/src/views/billing/Internetdetails/index.vue b/src/views/billing/Internetdetails/index.vue index f1c2842..fc1aecd 100644 --- a/src/views/billing/Internetdetails/index.vue +++ b/src/views/billing/Internetdetails/index.vue @@ -2,6 +2,11 @@ import { ref, watch } from 'vue' import { Card, Radio, Statistic } from 'ant-design-vue' import {useI18n} from "vue-i18n"; +import { useRouter } from 'vue-router'; +const router = useRouter(); +const handleBack = () => { + router.push('/billing/billservice'); +}; const {t} = useI18n(); @@ -274,6 +279,12 @@ watch(selectedMonth, (newMonth: string) => {