{volist name="data" id="v"} {$v.id} {if condition="isset($v['children']) && !empty($v['children'])"} {else /} {/if} {$v.name} {$v.content} {if condition="$v['enable'] == 0"} 禁用 {else /} 启用 {/if} {$v.sort} {if condition="$v['type'] == 0"} 总公司 {/if} {if condition="$v['type'] == 1"} 管理机构 {/if} {if condition="$v['type'] == 2"} 项目 {/if} {if condition="$v['type'] != 0"} 编辑 {/if} {if condition="$v['type'] == 0"} 添加管理机构 {/if} {if condition="$v['type'] == 1"} 添加管理机构 添加项目 {/if} {if condition="$v['type'] == 2"} 授权 {/if} {if condition="$v['type'] != 0"} {/if} {if condition="isset($v['children']) && !empty($v['children'])"} {:widget_view('org/tree',['data'=>$v['children'],'depth'=>$depth + 1])} {/if} {/volist}