From 391d34cc102f44efa0c37b128f75695649dcd4de Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Tue, 16 Dec 2025 17:34:28 +0800 Subject: [PATCH] add JRZQ6F2A --- .../components/ApplicationCountSection.vue | 187 ++++++++-- .../components/ApplicationTotalSection.vue | 91 ++++- .../components/BankInstitutionSection.vue | 102 +++--- src/ui/JRZQ6F2A/components/BankOrgSection.vue | 102 +++--- .../components/InstitutionTotalSection.vue | 92 +++-- .../components/NBankInstitutionSection.vue | 102 +++--- .../JRZQ6F2A/components/NBankOrgSection.vue | 102 +++--- .../ProductTypeDistributionSection.vue | 184 ++++++++++ .../RecentIntensiveApplicationSection.vue | 79 +++++ .../JRZQ6F2A/components/SummaryApplyStats.vue | 72 ++++ src/ui/JRZQ6F2A/index.vue | 18 +- src/ui/JRZQ6F2A/utils/dataParser.js | 334 ++++++++++-------- 12 files changed, 1062 insertions(+), 403 deletions(-) create mode 100644 src/ui/JRZQ6F2A/components/ProductTypeDistributionSection.vue create mode 100644 src/ui/JRZQ6F2A/components/RecentIntensiveApplicationSection.vue create mode 100644 src/ui/JRZQ6F2A/components/SummaryApplyStats.vue diff --git a/src/ui/JRZQ6F2A/components/ApplicationCountSection.vue b/src/ui/JRZQ6F2A/components/ApplicationCountSection.vue index 7d602d3..1bb0829 100644 --- a/src/ui/JRZQ6F2A/components/ApplicationCountSection.vue +++ b/src/ui/JRZQ6F2A/components/ApplicationCountSection.vue @@ -1,14 +1,21 @@