mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 03:46:43 +08:00
机构业绩
This commit is contained in:
@@ -79,10 +79,10 @@
|
||||
</div>
|
||||
<div class="layer-box">
|
||||
<div class="layer">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 14.5em;">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 4.3em;">
|
||||
<tr class="title">
|
||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||
<th class="td-2" style="height: 1.2em;width:8.6em">机构</th>
|
||||
<th class="td-2">机构</th>
|
||||
<th>预收标保</th>
|
||||
<th>承保标保</th>
|
||||
<th>承保保费</th>
|
||||
@@ -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,8 +349,8 @@ 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)
|
||||
@@ -457,7 +457,8 @@ export default {
|
||||
background-color: transparent;
|
||||
}
|
||||
// 固定表头
|
||||
td,th{
|
||||
td,
|
||||
th {
|
||||
/* color: #333;
|
||||
font-size: 14px;
|
||||
border-right: 1px solid #333;
|
||||
@@ -465,29 +466,22 @@ export default {
|
||||
/* box-sizing: border-box; */
|
||||
background: #fff;
|
||||
}
|
||||
.layer-box{
|
||||
.layer-box {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.layer{
|
||||
.layer {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.td-1{
|
||||
.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;
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
</div>
|
||||
<div class="layer-box">
|
||||
<div class="layer">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left:14.5em;">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 4.3em;">
|
||||
<tr class="title">
|
||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||
<th class="td-2" style="height: 1.2em;width:8.6em">机构</th>
|
||||
<th class="td-2">机构</th>
|
||||
<th>预收标保</th>
|
||||
<th>承保标保</th>
|
||||
<th>承保保费</th>
|
||||
@@ -476,19 +476,12 @@ export default {
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.td-1{
|
||||
.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;
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
</div>
|
||||
<div class="layer-box">
|
||||
<div class="layer">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left:14.5em;">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 4.3em;">
|
||||
<tr class="title">
|
||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||
<th class="td-2" style="height: 1.2em;width:8.6em">机构</th>
|
||||
<th class="td-2">机构</th>
|
||||
<th>预收标保</th>
|
||||
<th>承保标保</th>
|
||||
<th>承保保费</th>
|
||||
@@ -475,19 +475,12 @@ export default {
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.td-1{
|
||||
.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;
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
</div>
|
||||
<div class="layer-box">
|
||||
<div class="layer">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 14.5em;">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 4.3em;">
|
||||
<tr class="title">
|
||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||
<th class="td-2" style="height: 1.2em;width:8.6em">机构</th>
|
||||
<th class="td-2">机构</th>
|
||||
<th>预收标保</th>
|
||||
<th>承保标保</th>
|
||||
<th>承保保费</th>
|
||||
@@ -460,19 +460,12 @@ export default {
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.td-1{
|
||||
.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;
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
</div>
|
||||
<div class="layer-box">
|
||||
<div class="layer">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left:14.5em;">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 4.3em;">
|
||||
<tr class="title">
|
||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||
<th class="td-2" style="height: 1.2em;width:8.6em">机构</th>
|
||||
<th class="td-2">机构</th>
|
||||
<th>预收标保</th>
|
||||
<th>承保标保</th>
|
||||
<th>承保保费</th>
|
||||
@@ -475,19 +475,12 @@ export default {
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.td-1{
|
||||
.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;
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
</div>
|
||||
<div class="layer-box">
|
||||
<div class="layer">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 14.5em;">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 4.3em;">
|
||||
<tr class="title">
|
||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||
<th class="td-2" style="height: 1.2em;width:8.6em">机构</th>
|
||||
<th class="td-2">机构</th>
|
||||
<th>预收标保</th>
|
||||
<th>承保标保</th>
|
||||
<th>承保保费</th>
|
||||
@@ -473,19 +473,12 @@ export default {
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.td-1{
|
||||
.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;
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
</div>
|
||||
<div class="layer-box">
|
||||
<div class="layer">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 14.5em;">
|
||||
<table class="fs14" style="table-layout:fixed;padding-left: 4.3em;">
|
||||
<tr class="title">
|
||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||
<th class="td-2" style="height: 1.2em;width:8.6em">机构</th>
|
||||
<th class="td-2">机构</th>
|
||||
<th>预收标保</th>
|
||||
<th>承保标保</th>
|
||||
<th>承保保费</th>
|
||||
@@ -479,19 +479,12 @@ export default {
|
||||
overflow: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
.td-1{
|
||||
.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;
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user