Commit ab09bf75 authored by Mac's avatar Mac

1

parent ffa18dc6
......@@ -13,7 +13,7 @@
<div class="col-3">
<q-field filled>
 <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="开班结束时间">
 </el-date-picker>       
</template>
......@@ -165,7 +165,11 @@
},
],
option:{
disabledDate:(time)=> {
return time.getTime() > Date.now()
}
},
EmployeeList:[],//业务员
AllemployeeList:[],
}
......@@ -250,7 +254,7 @@
}
</script>
<style scoped>
<style >
.visitorRecord .border-bottom {
border-bottom: 1px dashed #EEE;
padding-bottom: 5px;
......@@ -267,13 +271,11 @@
border: none;
background-color: transparent;
}
.visitorRecord .el-range-editor .el-range-input {
background: transparent !important;
.visitorRecord .el-range-input {
background-color: transparent !important;
}
.visitorRecord .el-range-editor.el-input__inner {
background-color: transparent;
}
</style>
<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