CRM_25-10-30#story#7373,关于完善救援责任险管理功能的需求--临期筛选功能
This commit is contained in:
@@ -238,6 +238,9 @@
|
||||
</van-radio-group>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item_content_btn">
|
||||
<span @click="goContinueInsurance">续保更新</span>
|
||||
</div>
|
||||
<span style="color: red">如有投保,选“有”,未投保选“无”,不必上传交强险或者商业险等其他保单</span>
|
||||
<div class="lineBot"></div>
|
||||
<template v-if="hasLiabilityInsurance == 1">
|
||||
@@ -544,6 +547,14 @@ export default {
|
||||
}
|
||||
},
|
||||
methods:{
|
||||
goContinueInsurance() {
|
||||
this.$router.push({
|
||||
name:'continueInsurance',
|
||||
params:{
|
||||
id: this.id
|
||||
}
|
||||
})
|
||||
},
|
||||
formatDate(date) {
|
||||
return `${date.getFullYear()}/${date.getMonth() + 1}/${date.getDate()}`;
|
||||
},
|
||||
@@ -945,6 +956,20 @@ export default {
|
||||
}
|
||||
.addContentWrap{
|
||||
margin-left: 16px;
|
||||
.item_content_btn {
|
||||
padding-right: 25px;
|
||||
text-align: right;
|
||||
span {
|
||||
display: inline-block;
|
||||
background: #354D93;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
.itemContent{
|
||||
@include flexColBet;
|
||||
line-height: 56px;
|
||||
|
||||
Reference in New Issue
Block a user