mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 14:36:43 +08:00
修改表格样式
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
</tr>
|
||||
<tr v-for="(item,index) in reportList" :key="index">
|
||||
<td v-if="item.manageComName != null">{{item.manageComName}}</td>
|
||||
<td v-else-if="item.riskName !=null">{{item.riskName}}</td>
|
||||
<td v-else>{{item.sellTypeName}}</td>
|
||||
<td>{{item.preItems}}</td>
|
||||
<td>{{item.prePrem}}</td>
|
||||
@@ -65,7 +66,8 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
document.body.style.backgroundColor = '#fff'
|
||||
this.reportList = JSON.parse(localStorage.reportList)
|
||||
// this.reportList = JSON.parse(localStorage.reportList)
|
||||
this.reportList = this.reportList2
|
||||
if (localStorage.title == '团险') {
|
||||
this.title = '健康险'
|
||||
} else if (localStorage.title == '银代') {
|
||||
@@ -143,6 +145,7 @@ export default {
|
||||
.fixed-l {
|
||||
background-color: #ffffff;
|
||||
width: 100px;
|
||||
|
||||
}
|
||||
.fixed-l th:nth-child(1),
|
||||
.fixed-l th:nth-child(2),
|
||||
|
||||
Reference in New Issue
Block a user