随笔分类 -  element

vue中集成 <el-calendar>日历控件,显示数据的状况
摘要:vue中集成 <el-calendar>日历控件,显示数据的状况。每个日期上显示颜色方框。 在 <el-calendar> 控件的 <template> 中处理具体的颜色显示,使用 v-if 函数调用处理参数,其中添加 slot-scope="{date, data}" 可获取日期和数据。 效果图: 阅读全文

posted @ 2024-06-04 13:44 七七2020 阅读(304) 评论(0) 推荐(0)

el-date-picker时间控件绑定的数据改变后,控件显示不更新
摘要:页面上需要根据不同数据类型赋值不同的时间范围, 时间控件在form中,时间绑定数据为 daterangeMonitorTime,定义时候默认当天的0点-now, daterangeMonitorTime: [new Date(new Date().setHours(0, 0, 0, 0)),new 阅读全文

posted @ 2023-06-14 09:35 七七2020 阅读(1388) 评论(0) 推荐(0)

element upload上传文件
摘要:官网地址:https://element.eleme.cn/#/zh-CN/component/upload HTML <el-upload ref="upload" :limit="1" accept=".bin"//接收的文件类型 :action="upload.url"//上传地址,data中 阅读全文

posted @ 2020-11-19 14:43 七七2020 阅读(1378) 评论(0) 推荐(0)

导航