解决冲突

This commit is contained in:
wangshiming
2022-02-23 16:20:39 +08:00
parent 8ef9e67941
commit 5832cc4fba
25 changed files with 253 additions and 215 deletions

View File

@ -123,7 +123,8 @@ export class ContractManagementPolicyComponent implements OnInit {
text: '查看传入值',
click: item => {
this.openDetail(item)
}
},
acl: { ability: ['CONTRACT-POLICY-view'] },
}
]
}
@ -148,7 +149,12 @@ export class ContractManagementPolicyComponent implements OnInit {
},
policyNo: {
type: 'string',
title: '保单号'
title: '保单号',
ui: {
visibleIf: {
_$expand: (value: boolean) => value
},
}
},
processResult: {
type: 'string',