05 2022 档案

摘要:// 首先安装 npm install file-saver xlsx -S // 在utils文件下新建excel文件 import { saveAs } from 'file-saver' import { WorkBook, WorkSheet, utils, SSF, write } fro 阅读全文
posted @ 2022-05-30 13:36 Life_countdown 阅读(735) 评论(0) 推荐(0) 编辑
摘要:// .directive.ts const permissionFn = (value: string | string[]) => { // 后端返回的是权限数组,存在本地,取出来处理 const rolesArr = JSON.parse(getItem('roles')) if (typeo 阅读全文
posted @ 2022-05-26 19:45 Life_countdown 阅读(632) 评论(0) 推荐(0) 编辑
摘要:// 子组件 const count = ref(1) const submit = () => { console.log(123213) } // 通过defineExpose把方法或值暴露出来 defineExpose({ submit,count }) // 父组件 利用ref绑定子组件,直 阅读全文
posted @ 2022-05-11 15:32 Life_countdown 阅读(1065) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示