会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
泽泽生龙
博客园
首页
新随笔
联系
订阅
管理
2025年6月19日
ant-design-vue 上传文件增加自定义进度条
摘要: <div class="ant-upload-list-item-info"> <span class="ant-upload-span"> <div :class="[ 'ant-upload-text-icon', isMathFileExtName(file.name, ['pdf']) &&
阅读全文
posted @ 2025-06-19 11:09 泽泽生龙
阅读(60)
评论(0)
推荐(0)
2025年3月13日
表单重新设置必填
摘要: requiredProps.forEach(prop => { this.$refs?.formData?.resetFormItemRules(prop, '1') }) resetFormItemRules(prop, isRequired) { Object.keys(this.Rules).
阅读全文
posted @ 2025-03-13 15:25 泽泽生龙
阅读(7)
评论(0)
推荐(0)
2025年2月25日
出入库配置----初始值以及下拉选
摘要: "listOfValueGroupFunction": "return new Promise(resolve => { resolve(this.listOfValue.bitFlags)})" "optionsFunction": "return new Promise(resolve => {
阅读全文
posted @ 2025-02-25 17:19 泽泽生龙
阅读(7)
评论(0)
推荐(0)
2024年11月27日
最简单的一个页面
摘要: <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 泽泽生龙
阅读(30)
评论(0)
推荐(0)
赋值下拉选 以及导出翻译
摘要: this.setFormOptions('assessmentTypeList', '', assessment_type.map(i => ({ ...i, label: i.codeName }))) this.setFormItemOptionsModify(this.col, 'assess
阅读全文
posted @ 2024-11-27 08:47 泽泽生龙
阅读(8)
评论(0)
推荐(0)
2024年11月26日
导出翻译
摘要: item.assessmentType = this.$options.filters.listOfValue(item.assessmentType, this.assessmentTypeList)
阅读全文
posted @ 2024-11-26 20:51 泽泽生龙
阅读(11)
评论(0)
推荐(0)
2024年11月12日
设置属性必填
摘要: const pricingFormulaDescriptionItem = data[0].find((item) => { return item.attribute 'pricingFormulaDescription' }) pricingFormulaDescriptionItem && t
阅读全文
posted @ 2024-11-12 17:39 泽泽生龙
阅读(28)
评论(0)
推荐(0)
2024年10月15日
看 表格切换可编辑的功能---手续费 和预估费用
摘要: 看 表格切换可编辑的功能 手续费 和预估费用 src\views\business\setup\profitLossAccounting\index.vuesrc\views\business\setup\profitLossAccounting\commissionConfigure\index.
阅读全文
posted @ 2024-10-15 13:42 泽泽生龙
阅读(14)
评论(0)
推荐(0)
表格可编辑,可保存
摘要: <script> import baseIndex from '../index' import { units, currencies, allBusinesssegments } from '@/components/business/viewbase' import { getDictMap
阅读全文
posted @ 2024-10-15 11:28 泽泽生龙
阅读(29)
评论(0)
推荐(0)
2024年10月9日
去重loadsh
摘要: 1:多属性去重 const iteratee = (item) => { return item.productName + '|' + item.varietyName } const sumMethodListUniqBy = uniqBy(sumcompList.all(), iteratee
阅读全文
posted @ 2024-10-09 17:02 泽泽生龙
阅读(11)
评论(0)
推荐(0)
下一页
公告