客户管理修改

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

View File

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