mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 05:16:44 +08:00
【银保app】调整首页实时出单榜表格样式显示
This commit is contained in:
@@ -238,15 +238,15 @@
|
||||
</span>
|
||||
</div>
|
||||
<div style="margin-top: 15px;border-radius: 10px;overflow: hidden;width: 100%;">
|
||||
<table border="1" class="issueTable">
|
||||
<tr style="background:#4d6cc4;">
|
||||
<th width="13%">时间</th>
|
||||
<th width="13%">分公司</th>
|
||||
<th width="13%">机构</th>
|
||||
<th width="13%">营业部</th>
|
||||
<th width="13%">姓名</th>
|
||||
<th width="22%">产品名称</th>
|
||||
<th width="13%">保费</th>
|
||||
<table border="1" class="issueTable" style="width:100%;">
|
||||
<tr style="background:#4d6cc4;width: 100%;">
|
||||
<th style="width: 13%;">时间</th>
|
||||
<th style="width: 13%;">分公司</th>
|
||||
<th style="width: 13%;">机构</th>
|
||||
<th style="width: 13%;">营业部</th>
|
||||
<th style="width: 13%;">姓名</th>
|
||||
<th style="width: 22%;">产品名称</th>
|
||||
<th style="width: 13%;">保费</th>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr v-for="item in tableData">
|
||||
@@ -292,28 +292,28 @@ export default {
|
||||
homePageIcon:[],
|
||||
tableData:[
|
||||
{
|
||||
time:'17:24',branchOffice:'广西',mechanism:'河池',businessDepartment:'申旺部',name:'张强',productName:'年年丰',prem:'100.3',unit:'万'
|
||||
time:'17:24',branchOffice:'广西广西',mechanism:'河池',businessDepartment:'申旺部申旺部',name:'张强',productName:'年年丰',prem:'100.3',unit:'万'
|
||||
},
|
||||
{
|
||||
time:'17:10',branchOffice:'广西',mechanism:'桂林',businessDepartment:'申旺部',name:'王逗逗',productName:'福享年华',prem:'3.2',unit:'万'
|
||||
time:'17:10',branchOffice:'广西广西',mechanism:'桂林',businessDepartment:'申旺部申旺部',name:'王逗逗',productName:'福享年华',prem:'3.2',unit:'万'
|
||||
},
|
||||
{
|
||||
time:'16:25',branchOffice:'广西',mechanism:'贺州',businessDepartment:'申旺部',name:'赵倩',productName:'鸿利两全',prem:'50',unit:'万'
|
||||
time:'16:25',branchOffice:'广西广西',mechanism:'贺州',businessDepartment:'申旺部申旺部',name:'赵倩',productName:'鸿利两全',prem:'50',unit:'万'
|
||||
},
|
||||
{
|
||||
time:'16:24',branchOffice:'广西',mechanism:'南宁',businessDepartment:'申旺部',name:'王超',productName:'节节高',prem:'15.4',unit:'万'
|
||||
time:'16:24',branchOffice:'广西广西',mechanism:'南宁',businessDepartment:'申旺部申旺部',name:'王超',productName:'节节高',prem:'15.4',unit:'万'
|
||||
},
|
||||
{
|
||||
time:'15:32',branchOffice:'广西',mechanism:'钦州',businessDepartment:'申旺部',name:'李涛',productName:'节节高B款',prem:'101.5',unit:'万'
|
||||
time:'15:32',branchOffice:'广西广西',mechanism:'钦州',businessDepartment:'申旺部申旺部',name:'李涛',productName:'节节高B款',prem:'101.5',unit:'万'
|
||||
},
|
||||
{
|
||||
time:'15:04',branchOffice:'广西',mechanism:'玉林',businessDepartment:'申旺部',name:'李坤',productName:'年年丰',prem:'54.3',unit:'万'
|
||||
time:'15:04',branchOffice:'广西广西',mechanism:'玉林',businessDepartment:'申旺部申旺部',name:'李坤',productName:'年年丰',prem:'54.3',unit:'万'
|
||||
},
|
||||
{
|
||||
time:'14:21',branchOffice:'广西',mechanism:'南宁',businessDepartment:'申旺部',name:'张策',productName:'福享年华',prem:'100.3',unit:'万'
|
||||
time:'14:21',branchOffice:'广西广西',mechanism:'南宁',businessDepartment:'申旺部申旺部',name:'张策',productName:'福享年华',prem:'100.3',unit:'万'
|
||||
},
|
||||
{
|
||||
time:'13:23',branchOffice:'广西',mechanism:'崇左',businessDepartment:'申旺部',name:'何景',productName:'年年丰',prem:'24.1',unit:'万'
|
||||
time:'13:23',branchOffice:'广西广西',mechanism:'崇左',businessDepartment:'申旺部申旺部',name:'何景',productName:'年年丰',prem:'24.1',unit:'万'
|
||||
},
|
||||
],
|
||||
activePersonalType:'1',
|
||||
|
||||
Reference in New Issue
Block a user