{volist name="data" id="v"} {$v.id} {$v.title} {if $v.parent_id == 0} {$v.type==1?'房屋':($v.type==2?'储藏室':'停车位')} {/if} {if $v.parent_id >0} {$v.price} {/if} {if $v.parent_id >0} {$v.cycle==1?'是':'否'} {/if} {if $v.parent_id >0} {$v.area==1?'是':'否'} {/if} {$v.sort} {if condition="$v['enable'] == 0"} 禁用 {else /} 启用 {/if} {if condition="$v['parent_id'] == 0"} 编辑 删除 添加子科目 {else} 编辑 删除 {/if} {if condition="isset($v['child']) && !empty($v['child'])"} {:widget('house_fee/tree',['data'=>$v['child'],'depth'=>$depth + 1])} {/if} {/volist}