From 7747fd7dc7fee91e076d088b2046cb6f0b6e145d Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Tue, 2 Jan 2024 16:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B3=E8=AF=B7=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E7=9A=84=E5=BC=B9=E5=87=BA=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycomponents/detail/detailBalanceInfo.vue | 67 ++++++++++++++ mycomponents/detail/detailCommonInfo.vue | 6 +- ...detailBasicInfo.vue => detailItemInfo.vue} | 0 mycomponents/detail/detailPackageInfo.vue | 67 ++++++++++++++ .../detail/requestDetailBasicInfo.vue | 6 +- .../detail/requestDetailCommonInfo.vue | 10 ++- .../coms/requestDetailInfoPopup.vue | 89 ++++++++++--------- 7 files changed, 195 insertions(+), 50 deletions(-) create mode 100644 mycomponents/detail/detailBalanceInfo.vue rename mycomponents/detail/{detailBasicInfo.vue => detailItemInfo.vue} (100%) create mode 100644 mycomponents/detail/detailPackageInfo.vue diff --git a/mycomponents/detail/detailBalanceInfo.vue b/mycomponents/detail/detailBalanceInfo.vue new file mode 100644 index 00000000..ea844ea5 --- /dev/null +++ b/mycomponents/detail/detailBalanceInfo.vue @@ -0,0 +1,67 @@ + + + + + diff --git a/mycomponents/detail/detailCommonInfo.vue b/mycomponents/detail/detailCommonInfo.vue index 2211b1ed..9705aa5e 100644 --- a/mycomponents/detail/detailCommonInfo.vue +++ b/mycomponents/detail/detailCommonInfo.vue @@ -3,7 +3,7 @@ - + @@ -27,7 +27,7 @@ + + diff --git a/mycomponents/detail/requestDetailBasicInfo.vue b/mycomponents/detail/requestDetailBasicInfo.vue index 50cd5f75..97451a1b 100644 --- a/mycomponents/detail/requestDetailBasicInfo.vue +++ b/mycomponents/detail/requestDetailBasicInfo.vue @@ -1,6 +1,6 @@