From de930c3b084e1b70ca08f836cb968c1968f776ed Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Tue, 4 Aug 2020 15:24:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=9A=E7=BB=A9?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/performance.js | 72 +++++++++++++++++----------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/router/ebiz/performance.js b/src/router/ebiz/performance.js index 597878d3f..cfe9d89ff 100644 --- a/src/router/ebiz/performance.js +++ b/src/router/ebiz/performance.js @@ -4,40 +4,40 @@ const PerformanceList = () => import('@/views/ebiz/performance/PerformanceList') const PerformanceInfo = () => import('@/views/ebiz/performance/PerformanceInfo') export default [ - { - path: '/performance/Performance', - name: 'Performance', - component: performance, - meta: { - title: '业绩查询', - index: 1 - } - }, - { - path: '/performance/AttendanceInfo', - name: 'AttendanceInfo', - component: attendanceInfo, - meta: { - title: '业绩查询', - index: 3 - } - }, - { - path: '/performance/PerformanceList', - name: 'PerformanceList', - component: PerformanceList, - meta: { - title: '业绩查询', - index: 3 - } - }, - { - path: '/performance/PerformanceInfo', - name: 'PerformanceInfo', - component: PerformanceInfo, - meta: { - title: '业绩查询', - index: 4 - } + { + path: '/performance/Performance', + name: 'Performance', + component: performance, + meta: { + title: '个险业绩查询', + index: 1 } - ] \ No newline at end of file + }, + { + path: '/performance/AttendanceInfo', + name: 'AttendanceInfo', + component: attendanceInfo, + meta: { + title: '个险业绩查询', + index: 3 + } + }, + { + path: '/performance/PerformanceList', + name: 'PerformanceList', + component: PerformanceList, + meta: { + title: '个险业绩查询', + index: 3 + } + }, + { + path: '/performance/PerformanceInfo', + name: 'PerformanceInfo', + component: PerformanceInfo, + meta: { + title: '个险业绩查询', + index: 4 + } + } +] From 8af7ac0980f5403f4ff800d417949bb1c4dcc3bf Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Wed, 5 Aug 2020 10:59:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[FIX]=E7=94=B5=E6=8A=95=E5=8F=97=E7=9B=8A?= =?UTF-8?q?=E4=BA=BA=E9=A1=B5=E9=9D=A2=E5=88=A0=E9=99=A4=E8=A2=AB=E4=BF=9D?= =?UTF-8?q?=E9=99=A9=E4=BA=BA=E5=BF=85=E9=A1=BB=E4=B8=BA=E5=B7=B2=E5=A9=9A?= =?UTF-8?q?=E7=9A=84=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AddBeneficiaryInfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/sale/AddBeneficiaryInfo.vue b/src/views/ebiz/sale/AddBeneficiaryInfo.vue index 45c93659b..e3c7f17ca 100644 --- a/src/views/ebiz/sale/AddBeneficiaryInfo.vue +++ b/src/views/ebiz/sale/AddBeneficiaryInfo.vue @@ -678,9 +678,9 @@ export default { //与被保人关系是配偶 let insuredInfo = this.saleInsuredPersonInfo //如果投保人不是已婚 - if (insuredInfo.marriage != '1') { - return this.$toast('亲,受益人与被保险人关系为配偶,被保险人婚姻状况必须为已婚哦~') - } + // if (insuredInfo.marriage != '1') { + // return this.$toast('亲,受益人与被保险人关系为配偶,被保险人婚姻状况必须为已婚哦~') + // } //如果被保险人与投保人性别相同 if (insuredInfo.sex == this.userInfo.sex) { return this.$toast('额,受益人与被保险人关系为配偶,性别不能相同哦~')