{{ pathLabel() }}
@if (open()) {
  • 全上海
  • @for (d of col1Items(); track d) {
  • {{ d }} @if ((storesByDistrict[d] || []).length > 0) { }
  • } @if (col1Items().length === 0) {
  • 暂无数据
  • }
@if (col2Items().length > 0) {
    @for (s of col2Items(); track s.id) {
  • {{ s.name }} @if (storeHasGroups(s.id)) { }
  • }
} @if (col3Items().length > 0) {
    @for (g of col3Items(); track g.roomId) {
  • {{ g.roomName }}
  • }
} @if (col2Items().length > 0 && col3Items().length === 0 && activeStoreId()) {
该门店暂无客户群
}
}