|
|
|
@ -207,7 +207,8 @@ export class HomePageComponent implements OnInit {
|
|
|
|
|
itemWidth: 6, |
|
|
|
|
itemHeight: 6, |
|
|
|
|
formatter: (name) => { |
|
|
|
|
return '{a|' + name + '}'; |
|
|
|
|
// return name.length > 7 ? name.substr(0, 7) + "..." : name;
|
|
|
|
|
return name; |
|
|
|
|
}, |
|
|
|
|
textStyle: { |
|
|
|
|
color: '#fff', |
|
|
|
@ -375,7 +376,7 @@ export class HomePageComponent implements OnInit {
|
|
|
|
|
left: '40px', |
|
|
|
|
right: '30px', |
|
|
|
|
bottom: '38px', |
|
|
|
|
top: '66px' |
|
|
|
|
top: '26px' |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
@ -454,7 +455,7 @@ export class HomePageComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
totalCount |
|
|
|
|
isSpin:boolean = false |
|
|
|
|
isSpin: boolean = false |
|
|
|
|
getHomeAggregation() { |
|
|
|
|
|
|
|
|
|
let organizationUnitId |
|
|
|
|