From 5f5c15ffb53a30eb569a37b31f5425bcf7ff12bf Mon Sep 17 00:00:00 2001 From: SunCheng Date: Sat, 21 Feb 2026 10:57:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20ReasonGroupList=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/components/Common/ReasonGroupList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/src/components/Common/ReasonGroupList.vue b/Web/src/components/Common/ReasonGroupList.vue index b84b712..a9d2f5e 100644 --- a/Web/src/components/Common/ReasonGroupList.vue +++ b/Web/src/components/Common/ReasonGroupList.vue @@ -197,8 +197,8 @@ import { ref, computed, watch, onBeforeUnmount } from 'vue' import { showToast, showSuccessToast, showLoadingToast, closeToast, showConfirmDialog } from 'vant' import { getReasonGroups, batchUpdateByReason, getTransactionList } from '@/api/transactionRecord' import ClassifySelector from './ClassifySelector.vue' -import BillListComponent from './Bill/BillListComponent.vue' -import TransactionDetail from './TransactionDetail.vue' +import BillListComponent from '@/components/Bill/BillListComponent.vue' +import TransactionDetail from '@/components/Transaction/TransactionDetail.vue' import PopupContainerV2 from './PopupContainerV2.vue' const props = defineProps({