上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: let t_data = sortByKey(pz_data.data, "yield_per_mu"); //array:当前数组 //key:数组中需要比较大小的值 export const sortByKey = (array: any, key: any) => { return array 阅读全文
posted @ 2023-12-01 10:46 JaneLifeVlog 阅读(115) 评论(0) 推荐(0)
摘要: {{ numberToCurrencyNo(1245) }} export const numberToCurrencyNo = (value: any) => { if (!value) return 0; // 获取整数部分 const intPart = Math.trunc(value); 阅读全文
posted @ 2023-12-01 10:45 JaneLifeVlog 阅读(212) 评论(0) 推荐(0)
摘要: <template> <div class="header_body"> <div class="header_inner"> <div class="title_line"></div> <el-row class="titleBodyComl"> <div class="icon"> <div 阅读全文
posted @ 2023-12-01 10:43 JaneLifeVlog 阅读(65) 评论(0) 推荐(0)
摘要: backgroundColor: { image: pic_url,//图片的路径 }, 阅读全文
posted @ 2023-12-01 10:42 JaneLifeVlog 阅读(242) 评论(0) 推荐(0)
摘要: // 获取当前时间、星期 var date_val = ref(""); var time_val = ref(""); // 获取当前时间、星期 const getTime = () => { let date = new Date(); let year: any = date.getFullY 阅读全文
posted @ 2023-12-01 10:38 JaneLifeVlog 阅读(38) 评论(0) 推荐(0)
摘要: <template> <div> <div class="block_title" style="margin-bottom: 12px;"><span class="title">预警关键词</span></div> <svg style="margin: auto" :width="width" 阅读全文
posted @ 2023-11-23 17:50 JaneLifeVlog 阅读(28) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>审批设置</title> <link rel="stylesheet" href="../view/public/element/index.css"> <li 阅读全文
posted @ 2022-09-08 13:42 JaneLifeVlog 阅读(668) 评论(2) 推荐(0)
摘要: //引入 <script src="../view/public/ckeditor5/build/ckeditor.js"></script> <script src="../view/public/ckeditor5/build/translations/zh.js"></script> //组件 阅读全文
posted @ 2022-08-25 17:05 JaneLifeVlog 阅读(215) 评论(0) 推荐(0)
摘要: 10、11、13位时间戳都适用 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewp 阅读全文
posted @ 2022-08-24 16:03 JaneLifeVlog 阅读(42) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-08-15 16:57 JaneLifeVlog 阅读(26) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页
点击右上角即可分享
微信分享提示