Compare commits
3 Commits
4e37efeca4
...
e6a669e41d
| Author | SHA1 | Date | |
|---|---|---|---|
| e6a669e41d | |||
| a84e5a3531 | |||
| b6fd5b5db6 |
@@ -243,7 +243,7 @@
|
||||
</van-radio-group>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item_content_btn">
|
||||
<div class="item_content_btn" v-if="[2,3].includes(this.liabilityInsuranceAudit)">
|
||||
<span @click="goContinueInsurance">续保更新</span>
|
||||
</div>
|
||||
<span style="color: red">如有投保,选“有”,未投保选“无”,不必上传交强险或者商业险等其他保单</span>
|
||||
|
||||
@@ -1327,7 +1327,8 @@ export default {
|
||||
columnObj.label = item.month // 每一列的标题的名称
|
||||
columnObj.prop = props + index //自定义每一列标题字段名称
|
||||
this.etlLabelList.push(columnObj)
|
||||
let mappings = [ 'complainOrderCount', 'complainOrderRate', 'pinganFavorableCount','pinganFavorableRate' ];
|
||||
// 'pinganFavorableCount','pinganFavorableRate'
|
||||
let mappings = [ 'complainOrderCount', 'complainOrderRate' ];
|
||||
for (let i = 0; i < mappings.length; i++) {
|
||||
this.$set(this.etlDetailList[i], columnObj.prop, item[mappings[i]]);
|
||||
}
|
||||
|
||||
@@ -43,8 +43,8 @@ export default {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
.report_icon {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.report_title {
|
||||
color: rgba(53, 53, 53, 0.67);
|
||||
|
||||
Reference in New Issue
Block a user