12 2020 档案

摘要:1.在 picker-options 属性中添加startTimed <el-form-item prop="startTime"> <el-date-picker v-model="investigationForm.startTime" format="yyyy-MM-dd" type="dat 阅读全文
posted @ 2020-12-21 17:39 凉城i 阅读(1069) 评论(0) 推荐(1)
摘要:1.新建plugins文件夹,文件夹下面新建print,新建Print.js 源码地址(https://github.com/xyl66/vuePlugs_printjs) // 打印类属性、方法定义 /* eslint-disable */ const Print = function (dom, 阅读全文
posted @ 2020-12-15 18:38 凉城i 阅读(3991) 评论(0) 推荐(0)
摘要:1.默认写法 props: { rowClick: { type: Function, default: function() {} }, title: { type: String, default: "标题" }, display: { type: String, default: "table 阅读全文
posted @ 2020-12-01 10:48 凉城i 阅读(1838) 评论(0) 推荐(0)