解决冲突
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user