mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
更新菜单模块
This commit is contained in:
parent
a189014159
commit
4960630527
@ -9,10 +9,12 @@
|
||||
<th class='list-table-check-td'>
|
||||
<input data-none-auto="" data-check-target='.list-check-box' type='checkbox'/>
|
||||
</th>
|
||||
<th class='list-table-sort-td'><button>排序</button></th>
|
||||
<th class='list-table-sort-td'>
|
||||
<button type="submit" class="layui-btn layui-btn-normal layui-btn-mini">排序</button>
|
||||
</th>
|
||||
<th class='text-center'></th>
|
||||
<th>菜单名称</th>
|
||||
<th>链接</th>
|
||||
<th>菜单链接</th>
|
||||
<th class='text-center'>状态</th>
|
||||
<th class='text-center'>操作</th>
|
||||
</tr>
|
||||
@ -29,10 +31,8 @@
|
||||
<td class='text-center'>
|
||||
<i style="font-size:18px" class="{$vo.icon}"></i>
|
||||
</td>
|
||||
<td>{$vo.spl}{$vo.title}
|
||||
</td>
|
||||
<td>{$vo.url}
|
||||
</td>
|
||||
<td>{$vo.spl}{$vo.title}</td>
|
||||
<td>{$vo.url}</td>
|
||||
<td class='text-center'>
|
||||
{if $vo.status eq 0}
|
||||
<span>已禁用</span>
|
||||
@ -47,20 +47,14 @@
|
||||
{/if}
|
||||
{if $vo.status eq 1 and auth("$classuri/forbid")}
|
||||
<span class="text-explode">|</span>
|
||||
<a data-update="{$vo.ids}" data-field='status' data-value='0'
|
||||
data-action='{:url("$classuri/forbid")}' href="javascript:void(0)">禁用
|
||||
</a>
|
||||
<a data-update="{$vo.ids}" data-field='status' data-value='0'data-action='{:url("$classuri/forbid")}' href="javascript:void(0)">禁用</a>
|
||||
{elseif auth("$classuri/resume")}
|
||||
<span class="text-explode">|</span>
|
||||
<a data-update="{$vo.ids}" data-field='status' data-value='1'
|
||||
data-action='{:url("$classuri/resume")}' href="javascript:void(0)">启用
|
||||
</a>
|
||||
<a data-update="{$vo.ids}" data-field='status' data-value='1' data-action='{:url("$classuri/resume")}' href="javascript:void(0)">启用</a>
|
||||
{/if}
|
||||
{if auth("$classuri/del")}
|
||||
<span class="text-explode">|</span>
|
||||
<a data-update="{$vo.ids}" data-field='delete' data-action="{:url('system/menu/del')}"
|
||||
href="javascript:void(0)">删除
|
||||
</a>
|
||||
<a data-update="{$vo.ids}" data-field='delete' data-action='{:url("$classuri/del")}' href="javascript:void(0)">删除</a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -36,9 +36,9 @@ input::-ms-clear {display:none}
|
||||
.console-topbar .topbar-clearfix:before,
|
||||
.console-topbar .topbar-clearfix:after{display:table;content:" "}
|
||||
.console-topbar .topbar-clearfix:after{clear:both}
|
||||
.console-topbar .topbar-head {background:#008fbf;height:50px;position:relative;z-index:3}
|
||||
.console-topbar .topbar-head{height:50px;position:relative;z-index:3}
|
||||
.console-topbar .topbar-nav{position:relative;z-index:2;background:#09C}
|
||||
.console-topbar .topbar-logo {display:block;background:#0087b4;min-width:220px;font-size:18px;color:#FFF;text-align:center;line-height:50px}
|
||||
.console-topbar .topbar-logo{display:block;min-width:220px;font-size:18px;color:#FFF;text-align:center;line-height:50px}
|
||||
.console-topbar .topbar-logo span{line-height:50px;padding:auto 20px}
|
||||
.console-topbar .topbar-home-link{padding:0 20px;margin-right:1px;background:#09c}
|
||||
.console-topbar .topbar-btn{color:#fff;font-size:14px;line-height:50px}
|
||||
@ -165,7 +165,7 @@ td .text-explode:first-child {opacity:0;display:none}
|
||||
/** 列表排序样式 */
|
||||
.list-table-sort-td{width:60px !important;text-align:center}
|
||||
.list-table-sort-td input{width:50px;text-align:center;font-size:12px;line-height:14px;padding:2px}
|
||||
.list-table-sort-td button {width:50px;text-align:center;font-size:12px;color:#333}
|
||||
/*.list-table-sort-td button{width:50px;text-align:center;font-size:12px;color:#333}*/
|
||||
|
||||
/** 列表选择框 */
|
||||
.list-table-check-td{width:30px !important;text-align:center;padding:0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user