[网站服务]列表中增加审核筛选和标识

This commit is contained in:
GoEdgeLab
2020-12-19 15:53:57 +08:00
parent 0b8fd77f54
commit bce9c49f0f
5 changed files with 69 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
<first-menu>
<menu-item href="/servers" code="index">服务列表</menu-item>
<menu-item href="/servers?auditingFlag=1" code="auditing">审核中<span :class="{red: countAuditing > 0}">({{countAuditing}})</span></menu-item>
<menu-item href="/servers/create" code="create">创建服务</menu-item>
</first-menu>