优化展示效果

4.0
vapao 2022-10-31 09:33:13 +08:00
parent cc4829772e
commit 1a1224cc87
1 changed files with 2 additions and 2 deletions

View File

@ -160,12 +160,12 @@ function ComTable() {
return <Action>
<Action.Button auth="deploy.request.approve" onClick={() => store.showApprove(info)}>审核</Action.Button>
<Action.Button auth="deploy.request.edit" onClick={() => store.showForm(info)}>编辑</Action.Button>
<Action.Button auth="deploy.request.del" onClick={() => handleDelete(info)}>删除</Action.Button>
<Action.Button danger auth="deploy.request.del" onClick={() => handleDelete(info)}>删除</Action.Button>
</Action>;
case '1':
return <Action>
<DoAction info={info}/>
<Action.Button auth="deploy.request.del" onClick={() => handleDelete(info)}>删除</Action.Button>
<Action.Button danger auth="deploy.request.del" onClick={() => handleDelete(info)}>删除</Action.Button>
</Action>;
case '2':
return <Action>