• 行政办公
  • {{each topMenuList as _topMenuList i}}
  • {{if _topMenuList.showtotalrow && _topMenuList.showtotalrow == 'true'}} {{_topMenuList.totalRow}} {{/if}} {{if _topMenuList.newIco && _topMenuList.newIco.icontype == "img"}} {{else if _topMenuList.newIco && _topMenuList.newIco.icontype == "font"}} {{else}} {{/if}} {{_topMenuList.name}} {{if _topMenuList.children}} {{/if}} {{if _topMenuList.children}}
    {{each _topMenuList.children as _secondMenuList}}
    {{if _secondMenuList.showtotalrow && _secondMenuList.showtotalrow == 'true'}} {{_secondMenuList.totalRow}} {{/if}} {{_secondMenuList.name}} {{if _secondMenuList.children}} {{/if}} {{if _secondMenuList.children}}
      {{each _secondMenuList.children as _thirdMenuList}}
    1. {{if _thirdMenuList.showtotalrow && _thirdMenuList.showtotalrow == 'true'}} {{_thirdMenuList.totalRow}} {{/if}} {{if _thirdMenuList.name}} {{_thirdMenuList.name}}{{/if}}
    2. {{/each}}
    {{/if}}
    {{/each}}
    {{/if}} {{if _topMenuList.children}}
    {{each _topMenuList.children as _secondMenuList}}
    {{if _secondMenuList.showtotalrow && _secondMenuList.showtotalrow == 'true'}} {{_secondMenuList.totalRow}} {{/if}} {{_secondMenuList.name}} {{if _secondMenuList.children}} {{/if}} {{if _secondMenuList.children}}
      {{each _secondMenuList.children as _thirdMenuList}}
    1. {{if _thirdMenuList.showtotalrow && _thirdMenuList.showtotalrow == 'true'}} {{_thirdMenuList.totalRow}} {{/if}} {{if _thirdMenuList.name}} {{_thirdMenuList.name}}{{/if}}
    2. {{/each}}
    {{/if}}
    {{/each}}
    {{/if}}
  • {{/each}}