Commit ab09bf75 authored by Mac's avatar Mac

1

parent ffa18dc6
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div class="col-3"> <div class="col-3">
<q-field filled> <q-field filled>
 <template v-slot:control>  <template v-slot:control>
<el-date-picker v-model="dateList2" @change="resetSearch()" value-format="yyyy-MM-dd" type="daterange" style="border:none;" <el-date-picker v-model="dateList2" @change="resetSearch()" value-format="yyyy-MM-dd" type="daterange" style="border:none;" :picker-options="option"
 range-separator="至"  start-placeholder="开班开始时间"  end-placeholder="开班结束时间">  range-separator="至"  start-placeholder="开班开始时间"  end-placeholder="开班结束时间">
 </el-date-picker>         </el-date-picker>       
</template> </template>
...@@ -165,7 +165,11 @@ ...@@ -165,7 +165,11 @@
}, },
], ],
option:{
disabledDate:(time)=> {
return time.getTime() > Date.now()
}
},
EmployeeList:[],//业务员 EmployeeList:[],//业务员
AllemployeeList:[], AllemployeeList:[],
} }
...@@ -250,7 +254,7 @@ ...@@ -250,7 +254,7 @@
} }
</script> </script>
<style scoped> <style >
.visitorRecord .border-bottom { .visitorRecord .border-bottom {
border-bottom: 1px dashed #EEE; border-bottom: 1px dashed #EEE;
padding-bottom: 5px; padding-bottom: 5px;
...@@ -267,13 +271,11 @@ ...@@ -267,13 +271,11 @@
border: none; border: none;
background-color: transparent; background-color: transparent;
} }
.visitorRecord .el-range-editor .el-range-input { .visitorRecord .el-range-input {
background: transparent !important; background-color: transparent !important;
} }
.visitorRecord .el-range-editor.el-input__inner {
background-color: transparent;
}
</style> </style>
<style lang="sass"> <style lang="sass">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment