diff --git a/src/views/ebiz/institutionalPerform/DepartmentOffice.vue b/src/views/ebiz/institutionalPerform/DepartmentOffice.vue
index 8bfcf5c58..2cd87e340 100644
--- a/src/views/ebiz/institutionalPerform/DepartmentOffice.vue
+++ b/src/views/ebiz/institutionalPerform/DepartmentOffice.vue
@@ -77,44 +77,44 @@
-
-
-
-
- | 排名 |
- 机构 |
- 预收标保 |
- 承保标保 |
- 承保保费 |
- 预收件数 |
- 承保件数 |
- 操作 |
-
-
- | 1 |
- 合计 |
- {{ysbbTotal.toFixed(2)}} |
- {{bzbfTotol.toFixed(2)}} |
- {{cbbfTotal.toFixed(2)}} |
- {{ysjsTotal}} |
- {{cbjsTotal}} |
-
-
- | {{index+1}} |
-
- {{item.name}}
- |
- {{item.ysbb}} |
- {{item.bzbf}} |
- {{item.cbbf}} |
- {{item.ysjs}} |
- {{item.cbjs}} |
-
- 查看
- |
-
-
-
+
+
+
+
+ | 排名 |
+ 机构 |
+ 预收标保 |
+ 承保标保 |
+ 承保保费 |
+ 预收件数 |
+ 承保件数 |
+ 操作 |
+
+
+ | 1 |
+ 合计 |
+ {{ysbbTotal.toFixed(2)}} |
+ {{bzbfTotol.toFixed(2)}} |
+ {{cbbfTotal.toFixed(2)}} |
+ {{ysjsTotal}} |
+ {{cbjsTotal}} |
+
+
+ | {{index+1}} |
+
+ {{item.name}}
+ |
+ {{item.ysbb}} |
+ {{item.bzbf}} |
+ {{item.cbbf}} |
+ {{item.ysjs}} |
+ {{item.cbjs}} |
+
+ 查看
+ |
+
+
+
@@ -145,8 +145,8 @@ export default {
currentDate: new Date(),
sortType: '1',
// 总和
- bzbfTotol:0,
- ysbbTotal:0,
+ bzbfTotol: 0,
+ ysbbTotal: 0,
ysjsTotal: 0,
ysbbTotol: 0,
cbjsTotal: 0,
@@ -349,12 +349,12 @@ export default {
$this.cbjsTotal = 0
$this.cbbfTotal = 0
$this.bzbfTotal = 0
- $this.ysbbTotal =0
- $this.bzbfTotol=0
+ $this.ysbbTotal = 0
+ $this.bzbfTotol = 0
// 业绩排名的 总计计算
$this.tableData.map(function (val) {
- $this.bzbfTotol = Number($this.bzbfTotol) + Number(val.ysbb)
- $this.ysbbTotal = Number($this.ysbbTotal) + Number(val.ysbb)
+ $this.bzbfTotol = Number($this.bzbfTotol) + Number(val.ysbb)
+ $this.ysbbTotal = Number($this.ysbbTotal) + Number(val.ysbb)
$this.ysjsTotal = Number($this.ysjsTotal) + Number(val.ysjs)
$this.ysbbTotol = Number($this.ysbbTotol) + Number(val.ysbb)
$this.cbjsTotal = Number($this.cbjsTotal) + Number(val.cbjs)
@@ -367,7 +367,7 @@ export default {
.catch((err) => {})
},
},
- created() {
+ created() {
setTimeout(() => {
// eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('webview_right_button', {
@@ -457,37 +457,31 @@ export default {
background-color: transparent;
}
// 固定表头
- td,th{
- /* color: #333;
+ td,
+ th {
+ /* color: #333;
font-size: 14px;
border-right: 1px solid #333;
line-height: 30px; */
- /* box-sizing: border-box; */
- background: #fff;
- }
- .layer-box{
- width: 100%;
- overflow: hidden;
- position: relative;
- }
- .layer{
- width: 100%;
- overflow: hidden;
- overflow-x: scroll;
- }
- .td-1{
- position: absolute;
- left: 0;
- z-index: 2;
- width: 3em;
- }
- .td-2{
- position: absolute;
- left: 4.6em;
- z-index: 2;
- width: 10em;
- padding: 0;
- height: 2.3em;
- }
+ /* box-sizing: border-box; */
+ background: #fff;
+ }
+ .layer-box {
+ width: 100%;
+ overflow: hidden;
+ position: relative;
+ }
+ .layer {
+ width: 100%;
+ overflow: hidden;
+ overflow-x: scroll;
+ }
+ .td-1 {
+ position: absolute;
+ left: 0;
+ z-index: 2;
+ width: 3em;
+ height: 2.5em;
+ }
}
diff --git a/src/views/ebiz/institutionalPerform/DistrictOffice.vue b/src/views/ebiz/institutionalPerform/DistrictOffice.vue
index 4185d0a62..8fe15fd4a 100644
--- a/src/views/ebiz/institutionalPerform/DistrictOffice.vue
+++ b/src/views/ebiz/institutionalPerform/DistrictOffice.vue
@@ -76,10 +76,10 @@
-
-
- | 排名 |
- 机构 |
+
+
+ | 排名 |
+ 机构 |
预收标保 |
承保标保 |
承保保费 |
@@ -476,19 +476,12 @@ export default {
overflow: hidden;
overflow-x: scroll;
}
- .td-1{
- position: absolute;
- left: 0;
- z-index: 2;
- width: 3em;
- }
- .td-2{
- position: absolute;
- left: 4.6em;
- z-index: 2;
- width: 10em;
- padding: 0;
- height: 2.3em;
- }
+ .td-1 {
+ position: absolute;
+ left: 0;
+ z-index: 2;
+ width: 3em;
+ height: 2.5em;
+ }
}
diff --git a/src/views/ebiz/institutionalPerform/GroupOffice.vue b/src/views/ebiz/institutionalPerform/GroupOffice.vue
index 7821e9c3c..b0c1bbab6 100644
--- a/src/views/ebiz/institutionalPerform/GroupOffice.vue
+++ b/src/views/ebiz/institutionalPerform/GroupOffice.vue
@@ -76,10 +76,10 @@
-
-
- | 排名 |
- 机构 |
+
+
+ | 排名 |
+ 机构 |
预收标保 |
承保标保 |
承保保费 |
@@ -475,19 +475,12 @@ export default {
overflow: hidden;
overflow-x: scroll;
}
- .td-1{
- position: absolute;
- left: 0;
- z-index: 2;
- width: 3em;
- }
- .td-2{
- position: absolute;
- left: 4.6em;
- z-index: 2;
- width: 10em;
- padding: 0;
- height: 2.3em;
- }
+ .td-1 {
+ position: absolute;
+ left: 0;
+ z-index: 2;
+ width: 3em;
+ height: 2.5em;
+ }
}
diff --git a/src/views/ebiz/institutionalPerform/PersonalOffice.vue b/src/views/ebiz/institutionalPerform/PersonalOffice.vue
index 1af335c8a..43a8835ce 100644
--- a/src/views/ebiz/institutionalPerform/PersonalOffice.vue
+++ b/src/views/ebiz/institutionalPerform/PersonalOffice.vue
@@ -76,10 +76,10 @@
-
-
- | 排名 |
- 机构 |
+
+
+ | 排名 |
+ 机构 |
预收标保 |
承保标保 |
承保保费 |
@@ -460,19 +460,12 @@ export default {
overflow: hidden;
overflow-x: scroll;
}
- .td-1{
- position: absolute;
- left: 0;
- z-index: 2;
- width: 3em;
- }
- .td-2{
- position: absolute;
- left: 4.6em;
- z-index: 2;
- width: 10em;
- padding: 0;
- height: 2.3em;
- }
+ .td-1 {
+ position: absolute;
+ left: 0;
+ z-index: 2;
+ width: 3em;
+ height: 2.5em;
+ }
}
diff --git a/src/views/ebiz/institutionalPerform/RegionalOffice.vue b/src/views/ebiz/institutionalPerform/RegionalOffice.vue
index b5097b7f9..1a98c93a4 100644
--- a/src/views/ebiz/institutionalPerform/RegionalOffice.vue
+++ b/src/views/ebiz/institutionalPerform/RegionalOffice.vue
@@ -76,10 +76,10 @@
-
-
- | 排名 |
- 机构 |
+
+
+ | 排名 |
+ 机构 |
预收标保 |
承保标保 |
承保保费 |
@@ -475,19 +475,12 @@ export default {
overflow: hidden;
overflow-x: scroll;
}
- .td-1{
- position: absolute;
- left: 0;
- z-index: 2;
- width: 3em;
- }
- .td-2{
- position: absolute;
- left: 4.6em;
- z-index: 2;
- width: 10em;
- padding: 0;
- height: 2.3em;
- }
+ .td-1 {
+ position: absolute;
+ left: 0;
+ z-index: 2;
+ width: 3em;
+ height: 2.5em;
+ }
}
diff --git a/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue b/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue
index 3ccac224b..c5c9ebdfc 100644
--- a/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue
+++ b/src/views/ebiz/institutionalPerform/ServiceDepartOffice.vue
@@ -76,10 +76,10 @@
-
-
- | 排名 |
- 机构 |
+
+
+ | 排名 |
+ 机构 |
预收标保 |
承保标保 |
承保保费 |
@@ -473,19 +473,12 @@ export default {
overflow: hidden;
overflow-x: scroll;
}
- .td-1{
- position: absolute;
- left: 0;
- z-index: 2;
- width: 3em;
- }
- .td-2{
- position: absolute;
- left: 4.6em;
- z-index: 2;
- width: 10em;
- padding: 0;
- height: 2.3em;
- }
+ .td-1 {
+ position: absolute;
+ left: 0;
+ z-index: 2;
+ width: 3em;
+ height: 2.5em;
+ }
}
diff --git a/src/views/ebiz/institutionalPerform/UnderOffice.vue b/src/views/ebiz/institutionalPerform/UnderOffice.vue
index 441d45864..00a9e80b8 100644
--- a/src/views/ebiz/institutionalPerform/UnderOffice.vue
+++ b/src/views/ebiz/institutionalPerform/UnderOffice.vue
@@ -76,10 +76,10 @@
-
-
- | 排名 |
- 机构 |
+
+
+ | 排名 |
+ 机构 |
预收标保 |
承保标保 |
承保保费 |
@@ -479,19 +479,12 @@ export default {
overflow: hidden;
overflow-x: scroll;
}
- .td-1{
- position: absolute;
- left: 0;
- z-index: 2;
- width: 3em;
- }
- .td-2{
- position: absolute;
- left: 4.6em;
- z-index: 2;
- width: 10em;
- padding: 0;
- height: 2.3em;
- }
+ .td-1 {
+ position: absolute;
+ left: 0;
+ z-index: 2;
+ width: 3em;
+ height: 2.5em;
+ }
}