mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 00:06:45 +08:00
客户管理修改
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -106,8 +106,8 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
searchVal: '',
|
||||
show1: true,
|
||||
show2: true,
|
||||
show1: false,
|
||||
show2: false,
|
||||
active1: 0,
|
||||
active2: 0,
|
||||
isFlag: false,
|
||||
|
||||
Reference in New Issue
Block a user