摘要: 一、类型转换之间的工具类 package com.hengan.citicPlatGunNew.utils; import org.apache.commons.compress.utils.Lists; import org.springframework.beans.BeanUtils; imp 阅读全文
posted @ 2024-01-31 10:48 flyComeOn 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 一、图片 1、 <div class="loginDiv" :style="'background-image:url('+Background+');' "> 2、 <img :src="Logo" class="img-logo"> <script> <!-- 引入样式--> import '@ 阅读全文
posted @ 2024-01-31 09:41 flyComeOn 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 一、安装适配插件 1、npm i postcss-px-to-viewport@1.1.1 2、在根目录添加文件postcss.config.js,内容如下 module.exports = { plugins: { 'postcss-px-to-viewport': { unitToConvert 阅读全文
posted @ 2024-01-30 16:58 flyComeOn 阅读(38) 评论(0) 推荐(0) 编辑
摘要: StringUtils.isNotEmpty(param) 字符串是否为空的判断 1、获得集合中某一列数据形成一个新的集合 List<String> setCode =resultList.stream().map(e -> e.getSetCode()).collect(Collectors.to 阅读全文
posted @ 2023-11-03 13:53 flyComeOn 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 一、npm i vue3-print-nb 1、按钮: <el-button type="danger" v-print="printObj" icon="Star">交接并打印</el-button> 2、打印区域外边添加div <div ref="printContent" id="printC 阅读全文
posted @ 2023-11-03 11:32 flyComeOn 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 一、调用页面 //路由 import { useRouter } from 'vue-router let $router = useRouter() // 车组调整页面 const handleCar=(row:any) =>{ $router.push({path:"/test/edit",qu 阅读全文
posted @ 2023-11-03 11:07 flyComeOn 阅读(2006) 评论(0) 推荐(0) 编辑
摘要: 1、列表中鼠标放在不同单元格显示不同的背景颜色 <el-table v-resize:44 :data="tableData" class="table marking-table" border style='margin: 10px 0px' highlight-current-row elem 阅读全文
posted @ 2023-11-03 10:46 flyComeOn 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1、导航功能 <template #header> <div class="card-header"> <el-icon><Watch /></el-icon> <span>实时排班信息</span> </div> </template> 2、 日期 1 <el-form-item> 2 <el-d 阅读全文
posted @ 2023-11-02 16:51 flyComeOn 阅读(84) 评论(0) 推荐(0) 编辑
摘要: public class RostDispatchApplication { public static void main(String[] args) { //下面语句使得日志输出使用异步处理,减小输出日志对性能的影响 System.setProperty("Log4jContextSelect 阅读全文
posted @ 2023-09-19 14:07 flyComeOn 阅读(34) 评论(0) 推荐(0) 编辑
摘要: <el-table class="flex-table" size="medium" :border="true" tooltip-effect="dark" highlight-current-row :data="branchTableData" id="dragTable" row-key=" 阅读全文
posted @ 2023-09-14 17:25 flyComeOn 阅读(59) 评论(0) 推荐(0) 编辑