03 2024 档案

摘要:一、后端配置支持分页控件 1、 在pom.xml添加上依赖 <!-- Mybatis-Plus --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <v 阅读全文
posted @ 2024-03-26 13:50 flyComeOn 阅读(855) 评论(0) 推荐(0) 编辑
摘要:一、安装插件 1、npm install vue-print-nb --save 二、引入Vue项目 在main.js中添加-- 全局挂载 import Print from 'vue-print-nb' Vue.use(Print) 三、前端代码 一、操作项中的打印按钮 <span title=" 阅读全文
posted @ 2024-03-20 16:46 flyComeOn 阅读(552) 评论(0) 推荐(0) 编辑
摘要:一、前端图片 <el-form-item label="案件文件"> <el-image fit="contain" v-for="(item,index) of fileList" :key="index" :src="item.url" :preview-src-list="getImgList 阅读全文
posted @ 2024-03-19 11:07 flyComeOn 阅读(1065) 评论(0) 推荐(0) 编辑
摘要:一、前端列表多选 <el-table ref="multipleTable" :data="tableData" stripe style="width: 99%;margin-bottom: 10px;" :height="$publicjs.tableHeight" @selection-cha 阅读全文
posted @ 2024-03-19 11:02 flyComeOn 阅读(1257) 评论(0) 推荐(0) 编辑
摘要:一、前端 <el-row> <el-form-item label="上传文件" props="fileList"> <el-upload ref="upload" action="#" list-type="picture-card" multiple accept="image/jpeg, im 阅读全文
posted @ 2024-03-19 10:56 flyComeOn 阅读(272) 评论(0) 推荐(0) 编辑

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