摘要: this.time=val.toLocaleDateString().replace(/\//g, "-") + " " + val.toTimeString().substr(0, 8)月日单数不补0 this.time=this.farmatDate(new Date(val.getTime() 阅读全文
posted @ 2022-06-08 16:59 Chaplink 阅读(27) 评论(0) 推荐(0) 编辑
摘要: //安装插件 npm install vue-json-excel //引入main.js import JsonExcel from "vue-json-excel"; Vue.component("downloadExcel", JsonExcel); //html代码 <download-ex 阅读全文
posted @ 2022-06-08 16:43 Chaplink 阅读(99) 评论(0) 推荐(0) 编辑
摘要: <Modal v-model="zsdepartmentModal" title="选择部门" :mask-closable="false" width="1200" @on-cancel="zsdepartmentModalCancel" > <div class="department-moda 阅读全文
posted @ 2022-06-08 16:32 Chaplink 阅读(683) 评论(0) 推荐(0) 编辑