Commit a3dc7233 by 放生的三文鱼

导出字段

parent 438cec8b
...@@ -1275,6 +1275,14 @@ const AssetTable = (props) => { ...@@ -1275,6 +1275,14 @@ const AssetTable = (props) => {
导出 导出
</PermissionButton> </PermissionButton>
} }
{
(reference===AssetManageReference) && <PermissionButton
defaultPermission={exportAble}
onClick={exportAssetColumns}
>
导出字段
</PermissionButton>
}
<PermissionButton <PermissionButton
defaultPermission={subscribeAble} defaultPermission={subscribeAble}
onClick={subscriptAsset} onClick={subscriptAsset}
......
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