Commit db73475b by zhaochengxiang

属性值变更权限

parent 422ff7dc
......@@ -166,7 +166,7 @@ const AssetDirectory = (props) => {
onFilterElementClick();
} else if (key === 'attributeRelate') {
onAttributeRelationBtnClick();
} else if (key === 'changeElementValue') {
} else if (key === 'elementValueChangeManage') {
onChangeElementValueClick();
}
}
......@@ -211,7 +211,9 @@ const AssetDirectory = (props) => {
</PermissionMenuItem>
<PermissionMenuItem
defaultPermission='true'
key='changeElementValue'
key='elementValueChangeManage'
permissionKey='elementValueChangeManage'
permissions={permissions}
>
<div className='text-center'>
属性值变更管理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment