From 99d3072817e91b6c2e70c080621069cfed26a454 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 20 Feb 2024 14:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=B4=B7=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/img/arrow-right.png | Bin 0 -> 561 bytes .../list/corporateLoans/application.vue | 2 +- .../corporateLoans/apply/creditEvaluation.vue | 443 ++++++++++++++++++ .../corporateLoans/apply/importReport.vue | 82 ++++ .../list/corporateLoans/apply/index.vue | 245 ++++++++++ .../list/corporateLoans/apply/preLoan.vue | 400 ++++++++++++++++ .../list/corporateLoans/apply/rating.vue | 392 ++++++++++++++++ .../manage/list/corporateLoans/management.vue | 2 +- src/router/modules/counter.js | 5 + 9 files changed, 1569 insertions(+), 2 deletions(-) create mode 100644 src/assets/img/arrow-right.png create mode 100644 src/pages/manage/list/corporateLoans/apply/creditEvaluation.vue create mode 100644 src/pages/manage/list/corporateLoans/apply/importReport.vue create mode 100644 src/pages/manage/list/corporateLoans/apply/index.vue create mode 100644 src/pages/manage/list/corporateLoans/apply/preLoan.vue create mode 100644 src/pages/manage/list/corporateLoans/apply/rating.vue diff --git a/src/assets/img/arrow-right.png b/src/assets/img/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..2d00f8e946fedd45ee4e229002fe6ea895608d11 GIT binary patch literal 561 zcmV-10?z%3P)Px$>q$gGRA@u(nz2s9Fc5}w%}XRsGxSaRC>;=Dtq_brnHefEu(G2{!H7EQV!SK48VeisQ^-1)QeoRj=0@Wm)!!CD=BOYvB7z;EZ#=Hy8}wYz5nn-xcte zPATPiQ52`PqHV_S6u1)l4gjM(&u?smHyzssu-5t{gxK%*`_E0qHyPI^uwLfZtJP|} ztNd;qSi2;pJSvLfqKRuJW4r-Yq5-GB3MSgn;ya9f> zTrN*A^Lq=ps*W)C$)U+|t9f_K7@K0m`UzN9M;P(ZVgSI4`movNcV~b%X6{x9an>}y zy9lh=r=0VNX?}MZSb={eNpftG-(3gRZmaTi@}K+;1z3a6g%Fdv{0新建贷款申请 + @click="$router.push('/counter/list/manage/corporateLoans-apply')">新建贷款申请 + + + \ No newline at end of file diff --git a/src/pages/manage/list/corporateLoans/apply/importReport.vue b/src/pages/manage/list/corporateLoans/apply/importReport.vue new file mode 100644 index 0000000..3997c6d --- /dev/null +++ b/src/pages/manage/list/corporateLoans/apply/importReport.vue @@ -0,0 +1,82 @@ + + + + \ No newline at end of file diff --git a/src/pages/manage/list/corporateLoans/apply/index.vue b/src/pages/manage/list/corporateLoans/apply/index.vue new file mode 100644 index 0000000..ccc1bf9 --- /dev/null +++ b/src/pages/manage/list/corporateLoans/apply/index.vue @@ -0,0 +1,245 @@ + + + + + + diff --git a/src/pages/manage/list/corporateLoans/apply/preLoan.vue b/src/pages/manage/list/corporateLoans/apply/preLoan.vue new file mode 100644 index 0000000..433e844 --- /dev/null +++ b/src/pages/manage/list/corporateLoans/apply/preLoan.vue @@ -0,0 +1,400 @@ + + + + \ No newline at end of file diff --git a/src/pages/manage/list/corporateLoans/apply/rating.vue b/src/pages/manage/list/corporateLoans/apply/rating.vue new file mode 100644 index 0000000..0742c67 --- /dev/null +++ b/src/pages/manage/list/corporateLoans/apply/rating.vue @@ -0,0 +1,392 @@ + + + + \ No newline at end of file diff --git a/src/pages/manage/list/corporateLoans/management.vue b/src/pages/manage/list/corporateLoans/management.vue index 0b9fbdd..36e73a4 100644 --- a/src/pages/manage/list/corporateLoans/management.vue +++ b/src/pages/manage/list/corporateLoans/management.vue @@ -75,7 +75,7 @@
-
不良贷款
+
提示
diff --git a/src/router/modules/counter.js b/src/router/modules/counter.js index 9ca4f86..0d7b217 100644 --- a/src/router/modules/counter.js +++ b/src/router/modules/counter.js @@ -235,6 +235,11 @@ export default { component: () => import('@/pages/manage/list/corporateLoans/management'), meta: { title: '公司贷款贷后管理' }, }, + { + path: `corporateLoans-apply`, + component: () => import('@/pages/manage/list/corporateLoans/apply'), + meta: { title: '公司贷款新建贷款申请' }, + }, ] }