客户管理修改

This commit is contained in:
zhouna
2019-09-23 17:47:52 +08:00
parent b6a3539c20
commit d31a54987c
2 changed files with 6 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
ref="certiexpiredate" ref="certiexpiredate"
@confirm="onDateConfirm($event, '1')" @confirm="onDateConfirm($event, '1')"
></FieldDatePicter> ></FieldDatePicter>
<div class="van-hairline--bottom fs14 p10 clearfix"> <div class="border-bt relative fs14 p10 flex align-center" >
<van-checkbox <van-checkbox
v-model="userInfo.effectiveDateType" v-model="userInfo.effectiveDateType"
class="fr" class="fr"
@@ -781,4 +781,7 @@ export default {
[class*='van-hairline']::after { [class*='van-hairline']::after {
border: none !important; border: none !important;
} }
.van-checkbox{
margin-left: auto;
}
</style> </style>

View File

@@ -106,8 +106,8 @@ export default {
data() { data() {
return { return {
searchVal: '', searchVal: '',
show1: true, show1: false,
show2: true, show2: false,
active1: 0, active1: 0,
active2: 0, active2: 0,
isFlag: false, isFlag: false,