上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 切换事假中清除echart checkNav(e){ this.setData({ activeIndex: e.currentTarget.dataset.index, activeName: e.currentTarget.dataset.navname, }) tab1Echart.dispa 阅读全文
posted @ 2022-03-14 18:23 番茄西红柿u 阅读(715) 评论(0) 推荐(0) 编辑
摘要: 钉钉小程序上传canvas做图片剪裁会出现问题,必须使用本地图片 阅读全文
posted @ 2022-03-07 11:37 番茄西红柿u 阅读(29) 评论(0) 推荐(0) 编辑
摘要: http://www.ppchart.com/#/ https://www.isqqw.com/#/homepage https://www.isqqw.com/ https://www.xiongze.net/viewdata/index.html 阅读全文
posted @ 2022-02-23 13:33 番茄西红柿u 阅读(392) 评论(0) 推荐(0) 编辑
摘要: <el-table-column type="selection" width="70px" align="center" label-class-name="DisabledSelection"></el-table-column> .el-table /deep/ .DisabledSelect 阅读全文
posted @ 2022-01-04 11:48 番茄西红柿u 阅读(187) 评论(0) 推荐(0) 编辑
摘要: <div v-for="(item,index) in roomList" :key="index"> <el-popover :ref="`popover_${index}`" placement="bottom" width="230" @show="showPopup" trigger="cl 阅读全文
posted @ 2021-11-30 15:30 番茄西红柿u 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 引入多张尺寸不同的图片如果设置尺寸会导致图片变形 <div class="template_image"> <img :src="$store.state.fileUploadUrl+item.thumb" alt="" /> </div> .template_image{ width: 100%; 阅读全文
posted @ 2021-11-08 15:33 番茄西红柿u 阅读(1091) 评论(0) 推荐(0) 编辑
摘要: 1. 复杂类型校验 方法一: 行内校验 <div> <div class="subTitle">添加场景标准</div> <div class="flexBox"> <el-form-item label="选择区域" prop="hotel_area" style="flex:1;margin-r 阅读全文
posted @ 2021-09-28 15:00 番茄西红柿u 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 24/5 = 4.8 <el-row :gutter="20" type="flex" class="wan-row-justify-box"> <el-col :xs='24' :md="6" :lg="{span: '4-8'}" :sm="12" v-for="(item,index) in 阅读全文
posted @ 2021-09-23 09:54 番茄西红柿u 阅读(3537) 评论(0) 推荐(0) 编辑
摘要: 1. 表单只验证单个字段 this.$refs['form'].validateField('mobile', valid => { if (valid) { // 发送验证码 } }) 2. 弹框关闭时清空表单项 <el-dialog @close="onClose"> <el-form ref= 阅读全文
posted @ 2021-09-01 10:03 番茄西红柿u 阅读(355) 评论(0) 推荐(0) 编辑
摘要: echart素材网 https://www.makeapie.com/explore.html 微信小程序 日历插件小历同学:https://treadpit.github.io/wx_calendar/v2/api.html#%E8%AE%BE%E7%BD%AE%E5%BE%85%E5%8A%9E 阅读全文
posted @ 2021-08-27 17:23 番茄西红柿u 阅读(16) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页