稽查记录的子项,增加属性:指定标准显示
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-02 11:42:22 +08:00
parent 081a9908dd
commit 04b3de28d1
2 changed files with 491 additions and 648 deletions

File diff suppressed because it is too large Load Diff

View File

@ -801,6 +801,8 @@ export default {
var item
if (!v.IsEnable) return
console.log(v.ApplyCriterionList,'v.ApplyCriterionList')
if (v.ApplyCriterionList && Array.isArray(v.ApplyCriterionList) && v.ApplyCriterionList.length > 0 && !v.ApplyCriterionList.includes(this.currentRow.CriterionType)) return false
if (v.IsShowByTrialConfig) {
if (!parentRow[v.TrialConfigRelyFieldName]) return
}