|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
<label> ~ </label>
|
|
|
|
|
<input type="text" class="txt integer-input" name="role_level_end" style="width: 50px" value="{:I('role_level_end')}" >
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<input type="submit" class="submit" id='submit' url="{:U('Query/userRoles','model='.$model['name'],false)}"
|
|
|
|
|
value="查询">
|
|
|
|
|
</div>
|
|
|
|
@ -107,7 +107,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pagenation clearfix">
|
|
|
|
|
<?php if ($loginer['level'] !== 4) :?>
|
|
|
|
|
<a id="sch-btn" data-href="{:U('download/userRoles_data_export',array_merge(['xlsname'=>'ceshi'],I('post.')))}" class="ajax-get">导出</a>
|
|
|
|
|
<a id="sch-btn" data-href="{:U('download/userRoles_data_export',array_merge(['xlsname'=>'ceshi'],I('get.')))}" class="ajax-get">导出</a>
|
|
|
|
|
<?php endif ;?>
|
|
|
|
|
{$pagination}
|
|
|
|
|
</div>
|
|
|
|
|