上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: <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 阅读(30) 评论(0) 推荐(0) 编辑
摘要: <template> <view class="contain-box"> <u-navbar :title="title" :is-back="true" back-icon-color="#fff" :background="background" :border-bottom="false" 阅读全文
posted @ 2022-12-15 14:46 abcByme 阅读(190) 评论(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 阅读(655) 评论(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 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 来自:https://www.jianshu.com/p/90bf22936439 侵删除 //图表导出-自己的方法 toolbox: { show: true, feature: { saveAsImage: { show: true, title: "保存图片", excludeComponen 阅读全文
posted @ 2022-12-13 10:23 abcByme 阅读(1154) 评论(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 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 来自:http://events.jianshu.io/p/06ae7754bfe4 侵删 1. 下载与安装vconsole 1.1 选中你的项目,弄出终端,输入以下命令:npm install vconsole npm install vconsole cnpm install vconsole 阅读全文
posted @ 2022-12-09 10:17 abcByme 阅读(913) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="mapContainer"> <!-- <div id="tMap" /> --> <div id="tMap" ref="tMap" /> </div> </template> <script> import { TDIMap, BaiduMap } 阅读全文
posted @ 2022-12-02 09:55 abcByme 阅读(101) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="mapContainer"> <!-- <div id="tMap" /> --> <div id="tMap" ref="tMap" /> </div> </template> <script> import { TDIMap, BaiduMap } 阅读全文
posted @ 2022-12-02 09:54 abcByme 阅读(159) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="mapContainer"> <!-- <div id="tMap" /> --> <div id="tMap" ref="tMap" /> </div> </template> <script> import { TDIMap, BaiduMap } 阅读全文
posted @ 2022-12-02 09:54 abcByme 阅读(194) 评论(0) 推荐(0) 编辑
摘要: const validatelicensePlate = (rule, value, callback) => { if (!value) { callback(new Error("请输入车牌号码")); } else { let dvalue = value.toLocaleUpperCase( 阅读全文
posted @ 2022-12-02 09:49 abcByme 阅读(65) 评论(0) 推荐(0) 编辑
摘要: d变成dd let d = { currentMonth: { "2022-11-01": 11, "2022-11-02": 43, "2022-11-03": 53, "2022-10-05": 23, }, lastMonth: { "2022-10-01": 4, "2022-10-04": 阅读全文
posted @ 2022-11-28 17:04 abcByme 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 来自:https://www.jb51.net/article/245381.htm 侵删 // index.js // 获取应用实例 const app = getApp() Page({ data: { urlcode: "", srcUrl: "https://www.wyy-supor.co 阅读全文
posted @ 2022-11-22 14:41 abcByme 阅读(153) 评论(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 阅读(61) 评论(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 阅读(45) 评论(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 阅读(137) 评论(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 阅读(344) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="main-wrapper"> <!-- 头部搜索等 --> <div class="box-head"> <el-form ref="searchform" :model="searchform" :inline="true"> <el-form-ite 阅读全文
posted @ 2022-11-11 18:06 abcByme 阅读(24) 评论(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 阅读(20) 评论(0) 推荐(0) 编辑
摘要: <template> <ModuleBox2 title="数据趋势图" bgType="2" :cityShow="true" moduleType="sjqs" :styleObj="styleObj" > <div class="echarts-box"> <lineMore2 :isSmoo 阅读全文
posted @ 2022-10-28 17:43 abcByme 阅读(12) 评论(2) 推荐(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) 编辑
摘要: // 获取当前日期的前7天 getDays(){ let oneDay = 24 * 60 * 60 * 1000 let endTime = new Date(Date.now() - oneDay) endTime = this.formatterDate(endTime,"yyyy-MM-dd 阅读全文
posted @ 2022-10-25 09:57 abcByme 阅读(1969) 评论(0) 推荐(0) 编辑
摘要: 来自:https://juejin.cn/post/7080542771387301896 侵删 在推特上面看到 T. Afif 介绍的十个 Loading 效果。如上图。 Yeah,很赞哦,挺实用的,遂记录下来。 为保证运行正常,咱先规定下: * { box-sizing: border-box; 阅读全文
posted @ 2022-10-24 09:51 abcByme 阅读(82) 评论(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 阅读(14) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="newsbox"> <div class="h146" @click="listClick($event)"> <vueSeamlessScroll :data="dataList" :class-option="classOption" class=" 阅读全文
posted @ 2022-10-19 15:42 abcByme 阅读(59) 评论(0) 推荐(0) 编辑
摘要: <template> <div :style="{ width: boxWidth, height: boxHeight, backgroundImage: imgsbg }" :class="[bgType == '1' ? 'module-box' : 'module-box-2']" clas 阅读全文
posted @ 2022-10-19 15:13 abcByme 阅读(16) 评论(0) 推荐(0) 编辑
摘要: <div class="content"> <div> <div class="chart-rising-list" v-for="(item, index) in proportionList.slice(0, 5)" :key="item + index" > <div class="chart 阅读全文
posted @ 2022-10-19 11:06 abcByme 阅读(20) 评论(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 阅读(63) 评论(0) 推荐(0) 编辑
摘要: <template> <div ref="echartsBox" class="chart" :style="{ height: height, width: width }" /> </template> <script> import * as echarts from "echarts"; i 阅读全文
posted @ 2022-10-18 11:02 abcByme 阅读(146) 评论(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 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 来自:http://t.zoukankan.com/zizaiwuyou-p-10637179.html 侵删 使用echart的雷达图的时候,如果文字越界的解决办法记录,标签文字自动换行 前几天项目中有一个图表的是用echart生成的,遇到一个问题,就是在手机端显示的售时候,如果文字太长就会超出d 阅读全文
posted @ 2022-09-19 17:21 abcByme 阅读(882) 评论(1) 推荐(0) 编辑
摘要: <template> <div class="mapContainer"> <!-- <div id="tMap" /> --> <div id="tMap" ref="tMap" /> </div> </template> <script> import { TDIMap, BaiduMap } 阅读全文
posted @ 2022-09-02 17:38 abcByme 阅读(464) 评论(0) 推荐(0) 编辑
摘要: img[src="http://api.map.baidu.com/images/iw_close1d3.gif"] { left: 165px !important; } 阅读全文
posted @ 2022-09-02 17:36 abcByme 阅读(89) 评论(0) 推荐(0) 编辑
摘要: export const TDIMap = { init() { return new Promise((resolve, reject) => { // 如果已加载直接返回 if (window.T) { console.log('天地图脚本初始化成功...') resolve(window.T) 阅读全文
posted @ 2022-09-02 09:27 abcByme 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 来自:https://www.jb51.net/article/153945.htm 侵删 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-t 阅读全文
posted @ 2022-08-22 09:23 abcByme 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: function simplifyNum(number) { if (!number && number != 0) return number; var str_num if (number >= 1E3 && number < 1E4) { str_num = number / 1E3 retu 阅读全文
posted @ 2022-08-05 11:30 abcByme 阅读(1404) 评论(0) 推荐(0) 编辑
摘要: //浮动 @keyframes floating{ 0%{ opacity: 0.8; transform: translate(0,0); } 50%{ opacity: 1; transform: translate(0px,3px); } 100%{ opacity: 0.8; transfo 阅读全文
posted @ 2022-08-02 16:23 abcByme 阅读(21) 评论(0) 推荐(0) 编辑
摘要: lookForAllId(data = [], arr = []) { for (let item of data) { arr.push(item.id); if (item.children && item.children.length) this.lookForAllId(item.chil 阅读全文
posted @ 2022-07-29 14:10 abcByme 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <p>{{ title }}</p> <p class="basicInfo">基本信息</p> <div style="width: 90%; margin-left: 100px"> <el-form ref="roleForm" :model="roleFor 阅读全文
posted @ 2022-07-29 10:26 abcByme 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <treeselect @select="handleSelect" v-model="fromItemData.releaseDepartment" placeholder="请选择父节点名称" :normalizer="normalizer" style="width: 440px" :mult 阅读全文
posted @ 2022-06-10 10:46 abcByme 阅读(45) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页
点击右上角即可分享
微信分享提示