摘要: <el-upload class="inline" ref="uploadImgRef" :http-request="uploadImg" :auto-upload="false" :accept="'.jpg,.png'"> <template #trigger> <el-button type 阅读全文
posted @ 2022-09-22 14:29 Y不正 阅读(329) 评论(0) 推荐(0)
摘要: <div :style="{ height: heightWindow + 'px', backgroundColor: '#fff' }"> <el-table :data="frame.list" ref="tableRef" :max-height="maxHeight" size="larg 阅读全文
posted @ 2022-08-30 17:12 Y不正 阅读(1006) 评论(0) 推荐(0)
摘要: 网站数据请求,先安装 axios 模块 npm i axios 在 src 中新建一个文件夹 request ,里面新建一个文件叫 request.js , import axios from 'axios' 1 import axios from 'axios' 2 3 // instance 实 阅读全文
posted @ 2022-01-10 18:42 Y不正 阅读(353) 评论(0) 推荐(0)