Commit 92809e24 by zhaochengxiang

修改文字

parent c76061ec
......@@ -1312,7 +1312,7 @@ const AssetAction = (props) => {
{
(!readonly && (reference===AssetManageReference||canEdit)) && <React.Fragment>
{
currentAction==='detail' ? <Tooltip title={(assets?.existDraft)?'资产已存在草稿箱中':''}>
currentAction==='detail' ? <Tooltip title={(assets?.existDraft)?'资产存在草稿箱中,不允许编辑':''}>
<Button onClick={onActionButtonClick} disabled={assets?.existDraft}>编辑</Button>
</Tooltip> : <React.Fragment>
<Button onClick={onCancelButtonClick}>取消</Button>
......
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