随笔分类 -  vue

摘要:this.$nextTick(() => { this.$refs.videoPlay.load(); }); 阅读全文
posted @ 2022-12-16 10:38 abcByme 阅读(136) 评论(0) 推荐(0) 编辑
摘要:<template> <div> <el-upload style="margin-top: 10px;" class="upload-demo" list-type="picture-card" action="http://192.168.1.115:9999/sdfs/file/uploadF 阅读全文
posted @ 2022-12-15 15:40 abcByme 阅读(28) 评论(0) 推荐(0) 编辑
摘要:<template> <div> <el-upload ref="upload" :action="action" :limit="5" :file-list="fileList" :on-exceed="handleExceed" :on-remove="handleRemove" :on-suc 阅读全文
posted @ 2022-12-15 14:44 abcByme 阅读(633) 评论(0) 推荐(0) 编辑
摘要:<template> <div> <el-upload ref="upload" :action="action" :limit="1" :file-list="fileList" :on-exceed="handleExceed" :on-remove="handleRemove" :on-suc 阅读全文
posted @ 2022-12-15 14:36 abcByme 阅读(51) 评论(0) 推荐(0) 编辑
摘要:来自:https://www.jianshu.com/p/90bf22936439 侵删除 //图表导出-自己的方法 toolbox: { show: true, feature: { saveAsImage: { show: true, title: "保存图片", excludeComponen 阅读全文
posted @ 2022-12-13 10:23 abcByme 阅读(1122) 评论(0) 推荐(0) 编辑
摘要:<template> <div> <p>关联房源</p> <div style="margin-left: 100px"> <div> <div class="t-head"> <div> <span>表具编号:{{ infoObj.meterNo }}</span> <span>表具类型:{{ M 阅读全文
posted @ 2022-12-09 11:11 abcByme 阅读(12) 评论(0) 推荐(0) 编辑
摘要:<template> <view class="content"> <u-navbar :title="title" :is-back="false" back-icon-color="#000" :background="background" :border-bottom="false" tit 阅读全文
posted @ 2022-11-22 09:33 abcByme 阅读(59) 评论(0) 推荐(0) 编辑
摘要:<template> <div> 房间列表: <el-input placeholder="输入关键字进行过滤" v-model="filterText" size="mini" style="width: 180px" clearable > </el-input> <!-- <el-tree r 阅读全文
posted @ 2022-11-16 11:09 abcByme 阅读(44) 评论(0) 推荐(0) 编辑
摘要:<el-cascader :props="props" :options="options" size="small" style="width: 200px" v-model="RoomAbout" clearable @change="getcascader" ></el-cascader> R 阅读全文
posted @ 2022-11-16 11:07 abcByme 阅读(133) 评论(1) 推荐(0) 编辑
摘要:<template> <div class="batchAddCustomer-container"> <p class="tit-p">水电管理</p> <div class="downtext">下载模板</div> <div class="text"> 注意事项: <div> <p>1、表具内 阅读全文
posted @ 2022-11-14 15:31 abcByme 阅读(343) 评论(0) 推荐(0) 编辑
摘要:<template> <div> <!-- 表具报停 --> <Drawer :title="type == 2 ? '表具二维码' : '表具报停'" :closable="false" v-model="DrawerShow" width="50%" > <div> <div class="t- 阅读全文
posted @ 2022-11-11 17:04 abcByme 阅读(19) 评论(0) 推荐(0) 编辑
摘要:var allArray = JSON.parse(JSON.stringify(copy_data)) //原数组 allArray.forEach((value , index) => { that.$set(value, 'goodProductNum', ' 12') //给数组里面的每个行 阅读全文
posted @ 2022-10-28 14:44 abcByme 阅读(52) 评论(0) 推荐(0) 编辑
摘要:<template> <div :style="{ width: width, height: height, backgroundImage: imgsbg }" class="base-popout" v-show="isShow" > <div class="device-info-box-h 阅读全文
posted @ 2022-10-19 15:43 abcByme 阅读(13) 评论(0) 推荐(0) 编辑
摘要:<template> <module-box moduleType="ykjdl" bgType="2" :styleObj="styleObj" :cityShow="true" title="景区游客接待量 TOP 10"> <div class="module-content"> <div c 阅读全文
posted @ 2022-10-19 09:38 abcByme 阅读(62) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="tag-cloud" ref="wrapper"> <p v-for="(item, index) in data" :key="index" ref="tag" @click="clickTag(item)" @dblclick="dbclickTag 阅读全文
posted @ 2022-10-18 10:42 abcByme 阅读(88) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示