From 4c60b7a6c0b60b0f0cdaaaf54b1e3c495c2aad1f Mon Sep 17 00:00:00 2001 From: zhongzm Date: Tue, 24 Dec 2024 18:40:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=86=E5=8F=B2=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/billing/histories/index.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/billing/histories/index.vue b/src/views/billing/histories/index.vue index 29a4bdd..06f1ed3 100644 --- a/src/views/billing/histories/index.vue +++ b/src/views/billing/histories/index.vue @@ -3,6 +3,11 @@ import { ref, h } from 'vue' import { useI18n } from 'vue-i18n'; import type { TableColumnsType } from 'ant-design-vue' import { Tag as ATag, Table as ATable } from 'ant-design-vue' +import { useRouter } from 'vue-router'; +const router = useRouter(); +const handleBack = () => { + router.push('/billing/billservice'); +}; const { t } = useI18n(); interface BillDetail { @@ -154,7 +159,12 @@ const columns: TableColumnsType = [