自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

原创 vue打印插件的使用

第一步:npm install vue-easy-print --save第二步,在你的vue页面里import vueEasyPrint from "vue-easy-print";import demo from './your path/demo';// in your vue <script>export default { components...

2018-11-26 09:52:41 7174 5

原创 123

<template><div><el-collapse v-model="activeNames" class="taskcollapse"><el-collapse-item :title="object.name" name="1"><el-row class="mlist&

2018-11-22 21:38:32 133

转载 jquery.accordion

/**EasyUI for jQuery 1.6.7Copyright © 2009-2018 www.jeasyui.com. All rights reserved.Licensed under the freeware license: http://www.jeasyui.com/license_freeware.phpTo use it on other terms ple...

2018-11-10 09:49:58 191

vue打印插件使用

vue打印插件使用 第一步: npm install vue-easy-print --save 第二步,在你的vue页面里 import vueEasyPrint from "vue-easy-print"; import demo from './your path/demo'; // in your vue [removed] export default { components: { vueEasyPrint, demo } } 第三步,加载模板: slot-scope func.getChineseNumber接收到的方法是一个将金额转换成中文的 配置props参数 // 针对分页表格模式:末尾空白行插入 spaceRow: { type:Boolean, default:false, }, // 针对分页表格模式:传入的打印数据。 tableData:{ type:Object, default() { return undefined } }, // 是否显示表格 tableShow:{ type:Boolean, default:false }, // 每页多少行 onePageRow: { type:Number, default:5, }, // 复制打印页面前调用的钩子 beforeCopy:Function, // 打印页面前调用的钩子 beforePrint:Function,

2018-11-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除