重新开启-权限
This commit is contained in:
parent
c5b9aa3ad8
commit
9057ebd64a
|
|
@ -526,7 +526,7 @@ class MessageCount extends Component {
|
|||
</div>
|
||||
<div className="ml10 text-right">
|
||||
{
|
||||
pr_status === 2 && <Button type="primary" ghost onClick={this.restartFunc}>重新开启</Button>
|
||||
pr_status === 2 && permission && <Button type="primary" ghost onClick={this.restartFunc}>重新开启</Button>
|
||||
}
|
||||
{operate && (
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in New Issue