You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
1.0 KiB

<div class="panel panel-default panel-intro">
{:build_heading()}
<div class="panel-body">
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="one">
<div class="widget-body no-padding">
<div id="toolbar" class="toolbar">
{:build_toolbar('refresh')}
<a href="javascript:;" class="btn btn-success btn-add {:$auth->check('project/company_user/add')?'':'hide'}" title="选择企业用户" ><i class="fa fa-plus"></i> 选择企业用户</a>
</div>
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
data-operate-edit="{:$auth->check('project/company_user/edit')}"
data-operate-del="{:$auth->check('project/company_user/del')}"
width="100%">
</table>
</div>
</div>
</div>
</div>
</div>