From 78cfcb75b315abc059455e098e7bb24ff5b82bc3 Mon Sep 17 00:00:00 2001 From: "bai.jinyan" Date: Wed, 10 Nov 2021 15:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BC=80=E9=97=A8=E7=BA=A2=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E3=80=91=E9=A6=96=E9=A1=B5=E5=BC=80=E9=97=A8=E7=BA=A2?= =?UTF-8?q?=E5=85=83=E7=B4=A0=E9=85=8D=E7=BD=AE=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=8F=91=20--=E6=8F=90=E4=BA=A4=E4=BA=BA=EF=BC=9A=E7=99=BD?= =?UTF-8?q?=E9=87=91=E5=B2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/product/HomeProduct.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/ebiz/product/HomeProduct.vue b/src/views/ebiz/product/HomeProduct.vue index 0d60fd6b4..ce448d3f1 100644 --- a/src/views/ebiz/product/HomeProduct.vue +++ b/src/views/ebiz/product/HomeProduct.vue @@ -224,7 +224,7 @@ export default { const result = await getAgentInfo({}) if (result.result === '0') { // 内外勤判断 - this.isInner = /^N{1}/.test(result.branchType) // 判断是否内勤 + this.isInner = /^N{1}/.test(result.branchType) || /^S/.test(result.branchType) || /^T/.test(result.branchType) // 判断是否内勤 this.isGoodStart = result.showTemplateKmh === 'KMH' // 判断是否开门红 this.isPersonalInsu = this.personalInsu.indexOf(result.branchType) > -1 // 判断是否个险渠道 this.organizationImgUrl = this.isGoodStart?this.organizationKmhImgUrl:this.organizationNormalImgUrl @@ -320,16 +320,16 @@ export default { th.sticky-col:nth-of-type(1), td.sticky-col:nth-of-type(1) { - width: 50px; + width: 40px; position: sticky; left: 0; } -th.sticky-col:nth-of-type(2), +/*th.sticky-col:nth-of-type(2), td.sticky-col:nth-of-type(2) { position: sticky; left: 50px; -} +}*/ .home-product-container { background-color: #ffffff; @@ -452,6 +452,6 @@ i { } .org-name { - width: 6em; + width: 5em; }