{{template "header"}} {{if eq .Item.Role.ID 0}}

角色数据错误, 请刷新重试

return {{end}}
{{ $oneLen := len .Item.Menus }} {{if gt $oneLen 0}}
{{range .Item.Menus}}
{{.Name}}({{.Link}})
{{ $twoLen := len .Items }} {{if gt $twoLen 0}}
{{range .Items}}
{{.Name}}({{.Link}})
{{ $threeLen := len .Items }} {{if gt $threeLen 0}}
{{range .Items}}
{{.Name}}({{.Link}})
{{ $fourLen := len .Items }} {{if gt $fourLen 0}}
{{range .Items}} {{if .IsSelect}} {{else}} {{end}} {{end}}
{{end}}
{{end}}
{{end}}
{{end}}
{{end}}
{{end}}
{{end}}
{{ submitBtn .AuthorizeMenus "set_menu" }}
{{define "css"}} {{end}} {{define "js"}} {{end}} {{template "footer" .}}