重新开启-权限

This commit is contained in:
caishi 2025-06-24 17:05:31 +08:00
parent c5b9aa3ad8
commit 9057ebd64a
1 changed files with 1 additions and 1 deletions

View File

@ -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