上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: <div class="deit"> <div class="crumbs"> <el-breadcrumb separator="/"> <el-breadcrumb-item><i class="el-icon-date"></i> 数据管理</el-breadcrumb-item> <el-b 阅读全文
posted @ 2020-06-11 16:58 心意如水hucuie22 阅读(240) 评论(0) 推荐(0) 编辑
摘要: <el-col :span="8"> <el-card class="dashBordCard charCard"> <div slot="header" class="clearfix"><span>周工作分析</span></div> <div> <ve-line height="300px" 阅读全文
posted @ 2020-06-10 09:20 心意如水hucuie22 阅读(323) 评论(0) 推荐(0) 编辑
摘要: #images { -webkit-animation: spin 15s linear infinite; animation: spin 15s infinite linear;}@keyframes spin { from { transform: rotate(0deg); } to { t 阅读全文
posted @ 2020-06-09 16:33 心意如水hucuie22 阅读(98) 评论(0) 推荐(0) 编辑
摘要: <Bang ref="Bang" @changBang="changBang" v-show="selected=='电子导检' && istoKen"></Bang> <div> <Daoinfo v-show="selected=='电子导检' && !istoKen" ref="child1" 阅读全文
posted @ 2020-06-08 14:37 心意如水hucuie22 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 身份证号: 年龄: getName(iden) { let val = iden.length; let myDate = new Date(); let month = myDate.getMonth() + 1; let day = myDate.getDate(); let age = 0; 阅读全文
posted @ 2020-06-08 11:22 心意如水hucuie22 阅读(2527) 评论(0) 推荐(1) 编辑
摘要: 点击发送验证码 validateBtn() { if (!/^1[3456789]\d{9}$/.test(this.mobile)){ this.isshow=true this.msg="手机号码格式错误" return false }else{ this.isshow=false; } cod 阅读全文
posted @ 2020-06-08 10:01 心意如水hucuie22 阅读(1571) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="hello" ref="box"> <div class="top-hospital-cont"> <div class="dengjis">{{hospitalObj.structureLevelName}}</div> <div class="hos 阅读全文
posted @ 2020-06-04 21:55 心意如水hucuie22 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 现下载dist文件夹放在static目录下, 在main.js引入 import '../static/dist/css/iconfont.css' import '../static/dist/css/mui.css' import '../static/dist/js/mui.js' 自定义图标 阅读全文
posted @ 2020-05-25 16:36 心意如水hucuie22 阅读(349) 评论(0) 推荐(0) 编辑
摘要: render:function(createElements){ /*&createElements调用他,能够把指定的组建模板渲染为html结构*/ console.log(createElements); return //结果会替换为页面中el那个容器 return createElement 阅读全文
posted @ 2020-05-25 13:32 心意如水hucuie22 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1.默认触发,先触发里面的,在触发外面的,冒泡,阻止冒泡stop <div v-bind:title="title+'123'">title</div> <p>{{msg}}</p> <div @click="outer"> <button @click.stop="innter">浪起来</but 阅读全文
posted @ 2020-05-25 11:42 心意如水hucuie22 阅读(182) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页