{extend name="common/common2" /}
{block name="main"}

<div class="ibox">
    <div class="ibox-title">
        <h5>收费科目</h5>
    </div>
    <div class="ibox-title">
        <a url="{:url('add',[],'')}/id/0/pid/0" class="btn btn-sm btn-primary" href="javascript:;" data-title="新增科目" onclick="layer_open(this,2)">新增科目</a>

    </div>
    <div class="ibox-content">

        <table class="table table-striped">
            <thead>
            <tr>
                <th>编号</th>
                <th>名称</th>
                <th>类型</th>
                <th>价格</th>
                <th>是否按周期</th>
                <th>是否按面积</th>
                <th>排序</th>
                <th>状态</th>
                <th>操作</th>
            </tr>
            </thead>
            <tbody>
            {if condition="$tree"}
            {:widget('house_fee/tree',['data'=>$tree,'depth'=>0])}
            {/if}
            </tbody>
        </table>
    </div>
</div>
{/block}
{block name="script"}

{/block}