机构业绩

This commit is contained in:
zhu.wenli@ebiz-digits.com
2020-07-30 22:22:04 +08:00
parent 548810e05e
commit 1cc4b6215d
7 changed files with 134 additions and 182 deletions

View File

@@ -79,10 +79,10 @@
</div> </div>
<div class="layer-box"> <div class="layer-box">
<div class="layer"> <div class="layer">
<table class="fs14" style="table-layoutfixed;padding-left: 14.5em;"> <table class="fs14" style="table-layoutfixed;padding-left: 4.3em;">
<tr class="title"> <tr class="title">
<th class="td-1" style="height: 1.2em;">排名</th> <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> <th>承保标保</th>
<th>承保保费</th> <th>承保保费</th>
@@ -145,8 +145,8 @@ export default {
currentDate: new Date(), currentDate: new Date(),
sortType: '1', sortType: '1',
// 总和 // 总和
bzbfTotol:0, bzbfTotol: 0,
ysbbTotal:0, ysbbTotal: 0,
ysjsTotal: 0, ysjsTotal: 0,
ysbbTotol: 0, ysbbTotol: 0,
cbjsTotal: 0, cbjsTotal: 0,
@@ -349,8 +349,8 @@ export default {
$this.cbjsTotal = 0 $this.cbjsTotal = 0
$this.cbbfTotal = 0 $this.cbbfTotal = 0
$this.bzbfTotal = 0 $this.bzbfTotal = 0
$this.ysbbTotal =0 $this.ysbbTotal = 0
$this.bzbfTotol=0 $this.bzbfTotol = 0
// 业绩排名的 总计计算 // 业绩排名的 总计计算
$this.tableData.map(function (val) { $this.tableData.map(function (val) {
$this.bzbfTotol = Number($this.bzbfTotol) + Number(val.ysbb) $this.bzbfTotol = Number($this.bzbfTotol) + Number(val.ysbb)
@@ -457,7 +457,8 @@ export default {
background-color: transparent; background-color: transparent;
} }
// 固定表头 // 固定表头
td,th{ td,
th {
/* color: #333; /* color: #333;
font-size: 14px; font-size: 14px;
border-right: 1px solid #333; border-right: 1px solid #333;
@@ -465,29 +466,22 @@ export default {
/* box-sizing: border-box; */ /* box-sizing: border-box; */
background: #fff; background: #fff;
} }
.layer-box{ .layer-box {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }
.layer{ .layer {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
} }
.td-1{ .td-1 {
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 2; z-index: 2;
width: 3em; width: 3em;
} height: 2.5em;
.td-2{
position: absolute;
left: 4.6em;
z-index: 2;
width: 10em;
padding: 0;
height: 2.3em;
} }
} }
</style> </style>

View File

@@ -76,10 +76,10 @@
</div> </div>
<div class="layer-box"> <div class="layer-box">
<div class="layer"> <div class="layer">
<table class="fs14" style="table-layoutfixed;padding-left:14.5em;"> <table class="fs14" style="table-layoutfixed;padding-left: 4.3em;">
<tr class="title"> <tr class="title">
<th class="td-1" style="height: 1.2em;">排名</th> <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> <th>承保标保</th>
<th>承保保费</th> <th>承保保费</th>
@@ -476,19 +476,12 @@ export default {
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
} }
.td-1{ .td-1 {
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 2; z-index: 2;
width: 3em; width: 3em;
} height: 2.5em;
.td-2{
position: absolute;
left: 4.6em;
z-index: 2;
width: 10em;
padding: 0;
height: 2.3em;
} }
} }
</style> </style>

View File

@@ -76,10 +76,10 @@
</div> </div>
<div class="layer-box"> <div class="layer-box">
<div class="layer"> <div class="layer">
<table class="fs14" style="table-layoutfixed;padding-left:14.5em;"> <table class="fs14" style="table-layoutfixed;padding-left: 4.3em;">
<tr class="title"> <tr class="title">
<th class="td-1" style="height: 1.2em;">排名</th> <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> <th>承保标保</th>
<th>承保保费</th> <th>承保保费</th>
@@ -475,19 +475,12 @@ export default {
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
} }
.td-1{ .td-1 {
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 2; z-index: 2;
width: 3em; width: 3em;
} height: 2.5em;
.td-2{
position: absolute;
left: 4.6em;
z-index: 2;
width: 10em;
padding: 0;
height: 2.3em;
} }
} }
</style> </style>

View File

@@ -76,10 +76,10 @@
</div> </div>
<div class="layer-box"> <div class="layer-box">
<div class="layer"> <div class="layer">
<table class="fs14" style="table-layoutfixed;padding-left: 14.5em;"> <table class="fs14" style="table-layoutfixed;padding-left: 4.3em;">
<tr class="title"> <tr class="title">
<th class="td-1" style="height: 1.2em;">排名</th> <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> <th>承保标保</th>
<th>承保保费</th> <th>承保保费</th>
@@ -460,19 +460,12 @@ export default {
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
} }
.td-1{ .td-1 {
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 2; z-index: 2;
width: 3em; width: 3em;
} height: 2.5em;
.td-2{
position: absolute;
left: 4.6em;
z-index: 2;
width: 10em;
padding: 0;
height: 2.3em;
} }
} }
</style> </style>

View File

@@ -76,10 +76,10 @@
</div> </div>
<div class="layer-box"> <div class="layer-box">
<div class="layer"> <div class="layer">
<table class="fs14" style="table-layoutfixed;padding-left:14.5em;"> <table class="fs14" style="table-layoutfixed;padding-left: 4.3em;">
<tr class="title"> <tr class="title">
<th class="td-1" style="height: 1.2em;">排名</th> <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> <th>承保标保</th>
<th>承保保费</th> <th>承保保费</th>
@@ -475,19 +475,12 @@ export default {
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
} }
.td-1{ .td-1 {
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 2; z-index: 2;
width: 3em; width: 3em;
} height: 2.5em;
.td-2{
position: absolute;
left: 4.6em;
z-index: 2;
width: 10em;
padding: 0;
height: 2.3em;
} }
} }
</style> </style>

View File

@@ -76,10 +76,10 @@
</div> </div>
<div class="layer-box"> <div class="layer-box">
<div class="layer"> <div class="layer">
<table class="fs14" style="table-layoutfixed;padding-left: 14.5em;"> <table class="fs14" style="table-layoutfixed;padding-left: 4.3em;">
<tr class="title"> <tr class="title">
<th class="td-1" style="height: 1.2em;">排名</th> <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> <th>承保标保</th>
<th>承保保费</th> <th>承保保费</th>
@@ -473,19 +473,12 @@ export default {
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
} }
.td-1{ .td-1 {
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 2; z-index: 2;
width: 3em; width: 3em;
} height: 2.5em;
.td-2{
position: absolute;
left: 4.6em;
z-index: 2;
width: 10em;
padding: 0;
height: 2.3em;
} }
} }
</style> </style>

View File

@@ -76,10 +76,10 @@
</div> </div>
<div class="layer-box"> <div class="layer-box">
<div class="layer"> <div class="layer">
<table class="fs14" style="table-layoutfixed;padding-left: 14.5em;"> <table class="fs14" style="table-layoutfixed;padding-left: 4.3em;">
<tr class="title"> <tr class="title">
<th class="td-1" style="height: 1.2em;">排名</th> <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> <th>承保标保</th>
<th>承保保费</th> <th>承保保费</th>
@@ -479,19 +479,12 @@ export default {
overflow: hidden; overflow: hidden;
overflow-x: scroll; overflow-x: scroll;
} }
.td-1{ .td-1 {
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 2; z-index: 2;
width: 3em; width: 3em;
} height: 2.5em;
.td-2{
position: absolute;
left: 4.6em;
z-index: 2;
width: 10em;
padding: 0;
height: 2.3em;
} }
} }
</style> </style>