稽查记录的子项,增加属性:指定标准显示
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
081a9908dd
commit
04b3de28d1
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue