feat: 允许流程在某个节点单独控制是否可以明细表新加行
This commit is contained in:
@ -146,6 +146,9 @@ function schemeList(
|
||||
if (isViewProcess) {
|
||||
schema.dynamicDisabled = true;
|
||||
}
|
||||
if ((permissionConfig.children || []).find((item) => item.fieldId === '_row_ctrl_' && !item.edit)) {
|
||||
schema.componentProps.disableAddRow = true;
|
||||
}
|
||||
if (!permissionConfig?.view) {
|
||||
schema.show = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user