From 272bccd8b7cc14c1ded1d6d715e07df0271102e6 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 17 Oct 2023 18:13:51 +0800 Subject: [PATCH] xubao --- src/router/ebiz/healthInsuranceRenewal.js | 23 +++ src/router/ebiz/index.js | 5 +- .../ebiz/healthInsuranceRenewal/detail.vue | 61 ++++++++ .../ebiz/healthInsuranceRenewal/list.vue | 141 ++++++++++++++++++ 4 files changed, 229 insertions(+), 1 deletion(-) create mode 100644 src/router/ebiz/healthInsuranceRenewal.js create mode 100644 src/views/ebiz/healthInsuranceRenewal/detail.vue create mode 100644 src/views/ebiz/healthInsuranceRenewal/list.vue diff --git a/src/router/ebiz/healthInsuranceRenewal.js b/src/router/ebiz/healthInsuranceRenewal.js new file mode 100644 index 000000000..71a516be7 --- /dev/null +++ b/src/router/ebiz/healthInsuranceRenewal.js @@ -0,0 +1,23 @@ +//健康险续保 定义相关组件 +const healthInsuranceRenewalList = () => import('@/views/ebiz/healthInsuranceRenewal/list') +const healthInsuranceRenewalDetail = () => import('@/views/ebiz/healthInsuranceRenewal/detail') +export default [ + { + path: '/healthInsuranceRenewal/list', + name: 'healthInsuranceRenewalList', + component: healthInsuranceRenewalList, + meta: { + title: '健康险续保清单', + index: 1 + } + }, + { + path: '/healthInsuranceRenewal/detail', + name: 'healthInsuranceRenewalDetail', + component: healthInsuranceRenewalDetail, + meta: { + title: '保单详情', + index: 1 + } + } +] diff --git a/src/router/ebiz/index.js b/src/router/ebiz/index.js index 49086e08e..5f7d0e4bf 100644 --- a/src/router/ebiz/index.js +++ b/src/router/ebiz/index.js @@ -48,6 +48,8 @@ import allowance from './allowance' import cooperativeUnit from './cooperativeUnit' // YB_APP import YB_APP from '../YB_APP/index' +//健康险续保 +import healthInsuranceRenewal from './healthInsuranceRenewal' export default [ ...proposal, ...sale, @@ -84,5 +86,6 @@ export default [ ...laurelClub, ...allowance, ...cooperativeUnit, - ...YB_APP + ...YB_APP, + ...healthInsuranceRenewal ] //根据需要进行删减 diff --git a/src/views/ebiz/healthInsuranceRenewal/detail.vue b/src/views/ebiz/healthInsuranceRenewal/detail.vue new file mode 100644 index 000000000..6600a00f3 --- /dev/null +++ b/src/views/ebiz/healthInsuranceRenewal/detail.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/src/views/ebiz/healthInsuranceRenewal/list.vue b/src/views/ebiz/healthInsuranceRenewal/list.vue new file mode 100644 index 000000000..88641cc1c --- /dev/null +++ b/src/views/ebiz/healthInsuranceRenewal/list.vue @@ -0,0 +1,141 @@ + + + +