chore: 增加查询密码管理
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
<input type="button" class="btn {if condition="!in_array($Request.action, ['level_index','level_add','level_edit'])"}current{else/}selected{/if}" value="服务商管理" onclick="window.location.href='{:url("Project/level_index")}';">
|
||||
</label>
|
||||
{/eq}
|
||||
{eq name="'Project@password_index'|is_check_access" value="1"}
|
||||
<label class="member-nav-item">
|
||||
<input type="button" class="btn {if condition="!in_array($Request.action, ['password_index','password_add','password_edit'])"}current{else/}selected{/if}" value="查询密码" onclick="window.location.href='{:url("Project/password_index")}';">
|
||||
</label>
|
||||
{/eq}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user