|
|
@ -1,9 +1,9 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
use \common\libs\MyLib; |
|
|
|
use \common\libs\MyLib; |
|
|
|
?> |
|
|
|
?>); |
|
|
|
<?php $this->beginBlock('header_css'); ?> |
|
|
|
<?php $this->beginBlock('header_css'); ?> |
|
|
|
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> |
|
|
|
<link href="/assets/css/plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet"> |
|
|
|
<?php $this->endBlock(); ?> |
|
|
|
<?php $this->endBlock( ?> |
|
|
|
|
|
|
|
|
|
|
|
<div class="wrapper wrapper-content animated fadeInRight"> |
|
|
|
<div class="wrapper wrapper-content animated fadeInRight"> |
|
|
|
<div class="ibox float-e-margins"> |
|
|
|
<div class="ibox float-e-margins"> |
|
|
@ -24,7 +24,7 @@ use \common\libs\MyLib; |
|
|
|
<table id="listTable"> |
|
|
|
<table id="listTable"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<thead class="bg-warning"> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th data-field="show_id">IDsssss</th> |
|
|
|
<th data-field="show_id">ID</th> |
|
|
|
<th data-field="name">菜单名称</th> |
|
|
|
<th data-field="name">菜单名称</th> |
|
|
|
<th data-field="icon">图标</th> |
|
|
|
<th data-field="icon">图标</th> |
|
|
|
<th data-field="path">路径</th> |
|
|
|
<th data-field="path">路径</th> |
|
|
|