11 2024 档案
摘要:<template> <div class="app-container"> <div class="main-search-list"> <resrun-drawer-form ref="searchForm" :form-item-list="formOptions" @onSearch="on
阅读全文
摘要:this.setFormOptions('assessmentTypeList', '', assessment_type.map(i => ({ ...i, label: i.codeName }))) this.setFormItemOptionsModify(this.col, 'assess
阅读全文
摘要:item.assessmentType = this.$options.filters.listOfValue(item.assessmentType, this.assessmentTypeList)
阅读全文
摘要:const pricingFormulaDescriptionItem = data[0].find((item) => { return item.attribute 'pricingFormulaDescription' }) pricingFormulaDescriptionItem && t
阅读全文