摘要: <template> <div class="app-container"> <div class="main-search-list"> <resrun-drawer-form ref="searchForm" :form-item-list="formOptions" @onSearch="on 阅读全文
posted @ 2024-11-27 14:16 泽泽生龙 阅读(5) 评论(0) 推荐(0) 编辑
摘要: this.setFormOptions('assessmentTypeList', '', assessment_type.map(i => ({ ...i, label: i.codeName }))) this.setFormItemOptionsModify(this.col, 'assess 阅读全文
posted @ 2024-11-27 08:47 泽泽生龙 阅读(4) 评论(0) 推荐(0) 编辑
摘要: item.assessmentType = this.$options.filters.listOfValue(item.assessmentType, this.assessmentTypeList) 阅读全文
posted @ 2024-11-26 20:51 泽泽生龙 阅读(5) 评论(0) 推荐(0) 编辑
摘要: const pricingFormulaDescriptionItem = data[0].find((item) => { return item.attribute 'pricingFormulaDescription' }) pricingFormulaDescriptionItem && t 阅读全文
posted @ 2024-11-12 17:39 泽泽生龙 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 看 表格切换可编辑的功能 手续费 和预估费用 src\views\business\setup\profitLossAccounting\index.vuesrc\views\business\setup\profitLossAccounting\commissionConfigure\index. 阅读全文
posted @ 2024-10-15 13:42 泽泽生龙 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <script> import baseIndex from '../index' import { units, currencies, allBusinesssegments } from '@/components/business/viewbase' import { getDictMap 阅读全文
posted @ 2024-10-15 11:28 泽泽生龙 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1:多属性去重 const iteratee = (item) => { return item.productName + '|' + item.varietyName } const sumMethodListUniqBy = uniqBy(sumcompList.all(), iteratee 阅读全文
posted @ 2024-10-09 17:02 泽泽生龙 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 截图工具超好用 阅读全文
posted @ 2024-08-29 17:09 泽泽生龙 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 设置全局的 // 解决有合计行时,横向滚动条在左侧、右侧固定列中无法选中问题 .el-table__fixed,.el-table__fixed-right{ pointer-events: none; >*{ pointer-events: all; } } 阅读全文
posted @ 2024-08-23 08:59 泽泽生龙 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 任意网页内容可编辑用方法:打开控制台,按回车:document.body.contentEditable='true' 浏览器直接运行HTML代码(中文会乱码) 使用方法:在浏览器地址栏上添加这句话:data:text/html,<h1>abc</h1> 阅读全文
posted @ 2024-08-16 15:44 泽泽生龙 阅读(3) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示