上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: <style lang="less" scoped> .el-tabs__header { margin: 0px 0px 2px 0px; } .el-form-item { margin-bottom: 0px; } .clearfix:before, .clearfix:after { content: ''; display: table; } .clearfix:after { clea 阅读全文
posted @ 2019-09-23 19:32 龙旋风 阅读(223) 评论(2) 推荐(0) 编辑
摘要: let hghg = [ { "Itemname": "肱骨近端加压锁定板-3(含锁定钉)", "Total": 2000, "'新生儿科'": "", "'肿瘤科'": "", "'骨一科'": 2000 }, { "Itemname": "0.9%氯化钠注射液", "Total": 2627, "'新生儿科& 阅读全文
posted @ 2019-08-29 14:23 龙旋风 阅读(567) 评论(2) 推荐(0) 编辑
摘要: import Vue from 'vue'; import 'element-ui/lib/theme-default/index.css'; import { Button, Input } from 'element-ui'; const Elements = [Button, Input]; Elements.forEach(key => { Vue.use(key, { si... 阅读全文
posted @ 2019-08-23 09:15 龙旋风 阅读(2231) 评论(2) 推荐(0) 编辑
摘要: this.initagdata = [{ UnitId: "001001", UnitName: "修水县第一人民医院", TeamchkOperatorId: null, TeamchkOperator: null, FdchkOperatorId: null, FdchkOperator: null, TeamchkDt: "0001-01-01T00:00:00", FdchkDt: "00 阅读全文
posted @ 2019-08-15 15:08 龙旋风 阅读(1576) 评论(1) 推荐(0) 编辑
摘要: yarn add qs --S 阅读全文
posted @ 2019-08-12 08:50 龙旋风 阅读(6629) 评论(3) 推荐(0) 编辑
摘要: 项目中方法调用 阅读全文
posted @ 2019-08-01 16:28 龙旋风 阅读(330) 评论(4) 推荐(0) 编辑
摘要: //构造一个 PrintInfo 对象 private async GetReportPrintInfo(params) { const that = this as any; var reportId = 117; //报表模板Id, 这是一个固定值 var viewer = th... 阅读全文
posted @ 2019-08-01 09:58 龙旋风 阅读(264) 评论(1) 推荐(0) 编辑
摘要: 我写了一个测试的码源 https://run.iviewui.com/QVULXO29 阅读全文
posted @ 2019-07-18 15:28 龙旋风 阅读(447) 评论(0) 推荐(0) 编辑
摘要: /** * @param {string} path 判断字符串是否是https?:|mailto:|tal: 开头的 * @returns {Boolean} */ export function isExternal(path) { return /^(https?:|mailto:|tel:) 阅读全文
posted @ 2019-07-12 17:17 龙旋风 阅读(2018) 评论(4) 推荐(2) 编辑
摘要: 得到两个数组的并集, 两个数组的元素为数值或字符串 //tools.js export const getUnion = (arr1, arr2) => { return Array.from(new Set([...arr1, ...arr2])) } //调用页面 import { getUni 阅读全文
posted @ 2019-07-11 18:45 龙旋风 阅读(382) 评论(14) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页