mirror of https://github.com/openspug/spug
优化展示效果
parent
cc4829772e
commit
1a1224cc87
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue