ant design vue
ant design vue
jiojio冲冲冲
不明白的可以后台dd我
展开
-
react+AntDesign 之 pc端零到一
react pc端项目案例原创 2024-01-04 18:04:23 · 1642 阅读 · 0 评论 -
ant design vue之 a-cascader 懒加载
<a-form-item label="行政区划"> <!-- <a-input type="hidden" v-decorator="['areaCode']"></a-input> --> <a-cascader :options="options" placeholder="请选择行政区划"原创 2021-06-21 09:37:00 · 1463 阅读 · 0 评论 -
ant design vue之 导出
1.跟view同级建立libs>excel.js 文件/* eslint-disable */import XLSX from 'xlsx';function auto_width(ws, data){ /*set worksheet max width per col*/ const colWidth = data.map(row => row.map(val => { /*if null/undefined*/ if (val原创 2021-06-21 09:13:45 · 817 阅读 · 0 评论 -
ant design vue之 下载
封装一个可以打开各种文件格式的js文件// 根据文件路径,返回bole>mime的对应类型 // 如果不存在,则返回 undefined export function getMimeType(filePath){ console.log(filePath) // 如果文件传入的参数为空,则直接返回 null if(filePath == '' || filePath == null || filePath == undefined){ return null; ..原创 2021-06-21 08:50:15 · 2566 阅读 · 0 评论 -
ant design vue树选择
<a-card title="树"> <a slot="extra" @click="handleReset">重置</a> <div style="width: 100%; height: 500px; overflow-y: scroll"> <a-tree showIcon :key="treeKey" .原创 2021-06-21 09:46:48 · 1179 阅读 · 0 评论