el-date-picker 此刻清除
<el-date-picker class="dataPick" v-model="applyValue" type="datetime" :popper-class="'currentDatePickerClass'" value-format="yyyy-MM-dd HH:mm" format="yyyy-MM-dd HH:mm" placeholder="选择日期时间" :picker-options="{ disabledDate: (time) => { return dataTime.startTimeData(time) }, selectableRange: this.startTimeRange,}"> </el-date-picker>
<style>
.currentDatePickerClass > .el-picker-panel__footer > .el-button--text:first-child{
display: none;
}
</style>
本文来自博客园,作者:Janni,转载请注明原文链接:https://www.cnblogs.com/janni/p/13554666.html