{{each rows as row i}}
  • {{row.repairscode}}{{row.billtypename}}
    申请人{{row.repairman}}
    申请时间{{row.repairstime}}
    联系方式{{row.repairmanphone}}
    服务内容:
    {{#row.repairscontent}}
  • {{/each}} {{if total == 0}}
      没有查到数据...
    {{/if}}