mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 12:26:44 +08:00
客户管理修改
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user