Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop
| | |
| | | |
| | | <div nz-row [nzGutter]="24" class="pt-lg" style="margin-top: -24px"> |
| | | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="6"> |
| | | <chart-card |
| | | [title]="'监控仪台数'" |
| | | total="{{totalDeviceCount}}" |
| | | contentHeight="46px" |
| | | [action]="action1" |
| | | [footer]="footer1"> |
| | | <chart-card [title]="'监控仪台数'" total="{{totalDeviceCount | number: '1.0'}}" contentHeight="46px" [action]="action1" [footer]="footer1"> |
| | | <ng-template #action1> |
| | | <nz-tooltip [nzTitle]="'包括最近一年已安装的监控仪设备的总台数'"> |
| | | <nz-icon nz-tooltip nzType="info-circle-o"></nz-icon> |
| | |
| | | </chart-card> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="6"> |
| | | <chart-card [title]="'正常运行占比'" |
| | | total="78%" |
| | | contentHeight="46px" |
| | | [action]="action2" |
| | | [footer]="footer2"> |
| | | <chart-card [title]="'正常运行占比'" total="78%" contentHeight="46px" [action]="action2" [footer]="footer2"> |
| | | <ng-template #action2> |
| | | <nz-tooltip [nzTitle]="'当前处于正常运行状态的监控设备的占比'"> |
| | | <nz-icon nz-tooltip nzType="info-circle-o"></nz-icon> |
| | | </nz-tooltip> |
| | | </ng-template> |
| | | <mini-progress |
| | | height="46" |
| | | percent="78" |
| | | strokeWidth="8" |
| | | target="80" |
| | | color="#13C2C2"></mini-progress> |
| | | <mini-progress height="46" percent="78" strokeWidth="8" target="80" color="#13C2C2"></mini-progress> |
| | | <ng-template #footer2> |
| | | <div class="d-flex justify-content-between"> |
| | | <trend flag="up">周同比<span class="pl-sm">8%</span></trend> |
| | |
| | | </chart-card> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="6"> |
| | | <chart-card [title]="'报警次数'" |
| | | total="8,848" |
| | | contentHeight="46px" |
| | | [action]="action3" |
| | | [footer]="footer3"> |
| | | <chart-card [title]="'报警次数'" total="2,847" contentHeight="46px" [action]="action3" [footer]="footer3"> |
| | | <ng-template #action3> |
| | | <nz-tooltip [nzTitle]="'最近一年所属设备的报警次数统计'"> |
| | | <nz-icon nz-tooltip nzType="info-circle-o"></nz-icon> |
| | |
| | | </chart-card> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="6"> |
| | | <chart-card [title]="'虚拟机台数'" |
| | | total="6,560" |
| | | contentHeight="46px" |
| | | [action]="action4" |
| | | [footer]="footer4"> |
| | | <chart-card [title]="'虚拟设备台数'" total="1,260" contentHeight="46px" [action]="action4" [footer]="footer4"> |
| | | <ng-template #action4> |
| | | <nz-tooltip [nzTitle]="'最近一年新增的监控模拟设备总台数'"> |
| | | <nz-icon nz-tooltip nzType="info-circle-o"></nz-icon> |
| | |
| | | </ng-template> |
| | | <mini-bar |
| | | height="46" |
| | | color="orange" |
| | | color="gray" |
| | | [data]="data.visitData"></mini-bar> |
| | | <ng-template #footer4> |
| | | <p class="text-truncate">月均新增台数:<span class="ml-sm">220</span></p> |
| | | <p class="text-truncate">月均新增台数:<span class="ml-sm">60</span></p> |
| | | </ng-template> |
| | | </chart-card> |
| | | </div> |
| | |
| | | <ng-template #body> |
| | | <nz-tabset> |
| | | <nz-tab> |
| | | <ng-template #nzTabHeading>销售额</ng-template> |
| | | <ng-template #nzTabHeading>所有警报</ng-template> |
| | | <div nz-row> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="16"> |
| | | <div class="bar"> |
| | | <bar |
| | | height="295" |
| | | [title]="'销售额趋势'" |
| | | [data]="data.salesData"></bar> |
| | | <bar height="295" [title]="'所有警报月度统计'" [data]="data.alarmData" color="purple"></bar> |
| | | </div> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="8"> |
| | | <div class="rank-list"> |
| | | <h4 class="rank-title">门店销售额排名</h4> |
| | | <h4 class="rank-title">本月警报排名</h4> |
| | | <ul> |
| | | <li *ngFor="let i of rankingListData; let idx = index"> |
| | | <div> |
| | | <span class="icon" [ngClass]="{'active': idx < 3}">{{idx+1}}</span> |
| | | {{i.title}} |
| | | </div> |
| | | <span>{{i.total | number: '3.0'}}</span> |
| | | <span>{{i.total | number: '1.0'}}</span> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </nz-tab> |
| | | |
| | | <nz-tab> |
| | | <ng-template #nzTabHeading>访问量</ng-template> |
| | | <ng-template #nzTabHeading>一级警报</ng-template> |
| | | <div nz-row> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="16"> |
| | | <div class="bar"> |
| | | <bar |
| | | height="295" |
| | | [title]="'访问量趋势'" |
| | | [data]="data.salesData"></bar> |
| | | <bar height="295" [title]="'一级警报月度统计'" [data]="data.alarmData_1" color="yellow"></bar> |
| | | </div> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="8"> |
| | | <div class="rank-list"> |
| | | <h4 class="rank-title">门店访问量排名</h4> |
| | | <h4 class="rank-title">本月警报排名</h4> |
| | | <ul> |
| | | <li *ngFor="let i of rankingListData; let idx = index"> |
| | | <div> |
| | | <span class="icon" [ngClass]="{'active': idx < 3}">{{idx+1}}</span> |
| | | {{i.title}} |
| | | </div> |
| | | <span>{{i.total | number: '3.0'}}</span> |
| | | <span>{{i.total | number: '1.0'}}</span> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </nz-tab> |
| | | <ng-template #nzTabBarExtraContent> |
| | | <div class="sales-extra-wrap"> |
| | | <div class="sales-extra"> |
| | | <a (click)="setDate('today')">今日</a> |
| | | <a (click)="setDate('week')">本周</a> |
| | | <a (click)="setDate('month')">本月</a> |
| | | <a (click)="setDate('year')">全年</a> |
| | | |
| | | <nz-tab> |
| | | <ng-template #nzTabHeading>二级警报</ng-template> |
| | | <div nz-row> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="16"> |
| | | <div class="bar"> |
| | | <bar height="295" [title]="'二级警报月度统计'" [data]="data.alarmData_2" color="orange"></bar> |
| | | </div> |
| | | </div> |
| | | <nz-datepicker style="width:120px" class="mr-md" [(ngModel)]="q.start" [nzFormat]="'YYYY-MM-DD'" [nzPlaceHolder]="'开始日期'"></nz-datepicker> |
| | | <nz-datepicker style="width:120px" [(ngModel)]="q.end" [nzFormat]="'YYYY-MM-DD'" [nzPlaceHolder]="'结束日期'"></nz-datepicker> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="8"> |
| | | <div class="rank-list"> |
| | | <h4 class="rank-title">本月警报排名</h4> |
| | | <ul> |
| | | <li *ngFor="let i of rankingListData; let idx = index"> |
| | | <div> |
| | | <span class="icon" [ngClass]="{'active': idx < 3}">{{idx+1}}</span> |
| | | {{i.title}} |
| | | </div> |
| | | <span>{{i.total | number: '1.0'}}</span> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </ng-template> |
| | | </nz-tab> |
| | | |
| | | <nz-tab> |
| | | <ng-template #nzTabHeading>三级警报</ng-template> |
| | | <div nz-row> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="16"> |
| | | <div class="bar"> |
| | | <bar height="295" [title]="'三级警报月度统计'" [data]="data.alarmData_3" color="red"></bar> |
| | | </div> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="12" nzLg="8"> |
| | | <div class="rank-list"> |
| | | <h4 class="rank-title">本月警报排名</h4> |
| | | <ul> |
| | | <li *ngFor="let i of rankingListData; let idx = index"> |
| | | <div> |
| | | <span class="icon" [ngClass]="{'active': idx < 3}">{{idx+1}}</span> |
| | | {{i.title}} |
| | | </div> |
| | | <span>{{i.total | number: '1.0'}}</span> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </nz-tab> |
| | | </nz-tabset> |
| | | </ng-template> |
| | | </nz-card> |
| | |
| | | </nz-card> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="24" nzLg="12"> |
| | | <nz-card [nzLoading]="loading" [nzBordered]="false" nzTitle="销售额类别占比" [nzBodyStyle]="{'padding.px': 24}" class="sales-card" style="min-height: 482px;"> |
| | | <nz-card [nzLoading]="loading" [nzBordered]="false" nzTitle="警报类别占比" [nzBodyStyle]="{'padding.px': 24}" class="sales-card" style="min-height: 482px;"> |
| | | <ng-template #extra> |
| | | <div class="sales-card-extra"> |
| | | <nz-dropdown> |
| | | <nz-icon class="icon-group" nz-dropdown nzType="ellipsis"></nz-icon> |
| | | <ul nz-menu> |
| | | <li nz-menu-item>操作一</li> |
| | | <li nz-menu-item>操作二</li> |
| | | </ul> |
| | | </nz-dropdown> |
| | | <div class="sales-type-radio"> |
| | | <nz-radio-group [(ngModel)]="salesType" (ngModelChange)="changeSaleType()" [nzSize]="'large'"> |
| | | <label nz-radio-button [nzValue]="'all'"><span>全部渠道</span></label> |
| | | <label nz-radio-button [nzValue]="'online'"><span>线上</span></label> |
| | | <label nz-radio-button [nzValue]="'offline'"><span>门店</span></label> |
| | | <label nz-radio-button [nzValue]="'0'"><span>全部</span></label> |
| | | <label nz-radio-button [nzValue]="'1'"><span>一级</span></label> |
| | | <label nz-radio-button [nzValue]="'2'"><span>二级</span></label> |
| | | <label nz-radio-button [nzValue]="'3'"><span>三级</span></label> |
| | | </nz-radio-group> |
| | | </div> |
| | | </div> |
| | | </ng-template> |
| | | <ng-template #body> |
| | | <h4 class="margin:8px 0 32px 0;">销售额</h4> |
| | | <pie |
| | | [hasLegend]="true" |
| | | subTitle="销售额" |
| | | [height]="248" |
| | | [lineWidth]="4" |
| | | [total]="salesTotal" |
| | | [data]="salesPieData" |
| | | [valueFormat]="handlePieValueFormat"> |
| | | </pie> |
| | | <h4 class="margin:8px 0 32px 0;">警报占比</h4> |
| | | <pie [hasLegend]="true" subTitle="警报数量" [height]="248" [lineWidth]="4" [total]="salesTotal" [data]="salesPieData" [valueFormat]="handlePieValueFormat"></pie> |
| | | </ng-template> |
| | | </nz-card> |
| | | </div> |
| | | </div> |
| | | <nz-card [nzLoading]="loading" [nzBordered]="false" [nzBodyStyle]="{'padding': '0 0 32px'}" class="offline-card mt-lg"> |
| | | <ng-template #body> |
| | | <nz-tabset [(nzSelectedIndex)]="_activeTab" (nzSelectChange)="_tabChange($event)"> |
| | | <nz-tab *ngFor="let tab of data.offlineData; let i = index;"> |
| | | <ng-template #nzTabHeading> |
| | | <div nz-row [nzGutter]="8" style="width: 138px; margin: 8px 0"> |
| | | <div nz-col [nzSpan]="12"> |
| | | <number-info |
| | | [title]="tab.name" |
| | | subTitle="转化率" |
| | | gap="2" |
| | | [total]="(tab.cvr * 100) + '%'" |
| | | [theme]="i !== _activeTab && 'light'"></number-info> |
| | | </div> |
| | | <div nz-col [nzSpan]="12" style="padding-top: 36px"> |
| | | <pie |
| | | [animate]="false" |
| | | [color]="i !== _activeTab && '#BDE4FF'" |
| | | [inner]="0.55" |
| | | [tooltip]="false" |
| | | [padding]="[0, 0, 0, 0]" |
| | | [percent]="tab.cvr * 100" |
| | | [height]="64"> |
| | | </pie> |
| | | </div> |
| | | </div> |
| | | </ng-template> |
| | | <div class="px-lg"> |
| | | <timeline [data]="tab.chart" |
| | | [titleMap]="{ y1: '客流量', y2: '支付笔数' }"></timeline> |
| | | </div> |
| | | </nz-tab> |
| | | </nz-tabset> |
| | | </ng-template> |
| | | </nz-card> |
| | | |
| | | <div nz-row [nzGutter]="24"> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="16"> |
| | | <nz-card nzTitle="进行中的项目" [nzBordered]="false" [nzLoading]="loading" nzNoPadding class="mb-lg project-list"> |
| | | <ng-template #extra> |
| | | <a (click)="msg.success('to')">全部项目</a> |
| | | </ng-template> |
| | | <div *ngFor="let item of notice" nz-card-grid class="project-grid"> |
| | | <nz-card nzNoPadding [nzBordered]="false" class="mb0"> |
| | | <nz-card-meta [nzTitle]="noticeTitle" [nzDescription]="item.description"> |
| | | <ng-template #noticeTitle> |
| | | <div class="card-title"> |
| | | <nz-avatar [nzSrc]="item.logo" [nzSize]="'small'"></nz-avatar> |
| | | <a (click)="msg.info('to' + item.href)">{{item.title}}</a> |
| | | </div> |
| | | </ng-template> |
| | | </nz-card-meta> |
| | | <div class="project-item"> |
| | | <a (click)="msg.info('show user: ' + item.member)">{{item.member}}</a> |
| | | <span *ngIf="item.updatedAt" class="datetime" title="{{item.updatedAt}}"> |
| | | {{item.updatedAt | _date: 'fn' }} |
| | | </span> |
| | | </div> |
| | | </nz-card> |
| | | </div> |
| | | </nz-card> |
| | | <nz-card nzTitle="动态" [nzBordered]="false" [nzLoading]="loading" nzNoPadding class="mb-lg active-card"> |
| | | <nz-list nzSize="large"> |
| | | <nz-list-item *ngFor="let item of activities" class="activities"> |
| | |
| | | </nz-card> |
| | | </div> |
| | | <div nz-col nzXs="24" nzSm="24" nzMd="8"> |
| | | <nz-card nzTitle="快速开始 / 便捷导航" [nzBordered]="false" nzNoPadding class="mb-lg"> |
| | | <div class="links"> |
| | | <a *ngFor="let item of links" (click)="msg.success(item.title)">{{item.title}}</a> |
| | | <button nz-button (click)="links.push({title: 'new titel', href: 'href'})" [nzType]="'dashed'" [nzSize]="'small'"> |
| | | <i class="anticon anticon-plus"></i><span>添加</span> |
| | | </button> |
| | | </div> |
| | | </nz-card> |
| | | <nz-card nzTitle="XX 指数" [nzBordered]="false" [nzLoading]="loading" class="mb-lg"> |
| | | <ng-template #body><radar [data]="radarData" [height]="343" [hasLegend]="true"></radar></ng-template> |
| | | </nz-card> |
| | | <nz-card nzTitle="团队" [nzBordered]="false" [nzBodyStyle]="{'padding-top.px': 12, 'padding-bottom.px': 12 }" class="mb-lg"> |
| | | <nz-card nzTitle="外链" [nzBordered]="false" [nzBodyStyle]="{'padding-top.px': 12, 'padding-bottom.px': 12 }" class="mb-lg"> |
| | | <div class="members"> |
| | | <div nz-row [nzGutter]="48"> |
| | | <div nz-col [nzSpan]="12" *ngFor="let i of members"> |
| | |
| | | totalDeviceCount = 0; |
| | | avgDeviceCount: string; |
| | | |
| | | notice: any[] = []; |
| | | activities: any[] = []; |
| | | radarData: any[] = []; |
| | | loading = true; |
| | | |
| | | // region: mock data |
| | | links = [ |
| | | { |
| | | title: '操作一', |
| | | href: '', |
| | | }, |
| | | { |
| | | title: '操作二', |
| | | href: '', |
| | | }, |
| | | { |
| | | title: '操作三', |
| | | href: '', |
| | | }, |
| | | { |
| | | title: '操作四', |
| | | href: '', |
| | | }, |
| | | { |
| | | title: '操作五', |
| | | href: '', |
| | | }, |
| | | { |
| | | title: '操作六', |
| | | href: '', |
| | | }, |
| | | ]; |
| | | members = [ |
| | | { |
| | | id: 'members-1', |
| | | title: '科学搬砖组', |
| | | title: '七星官网', |
| | | logo: 'https://gw.alipayobjects.com/zos/rmsportal/WdGqmHpayyMjiEhcKoVE.png', |
| | | link: '', |
| | | }, |
| | | { |
| | | id: 'members-2', |
| | | title: '程序员日常', |
| | | title: '七星商城', |
| | | logo: 'https://gw.alipayobjects.com/zos/rmsportal/zOsKZmFRdUtvpqCImOVY.png', |
| | | link: '', |
| | | }, |
| | | { |
| | | id: 'members-3', |
| | | title: '设计天团', |
| | | title: '外链三', |
| | | logo: 'https://gw.alipayobjects.com/zos/rmsportal/dURIMkkrRFpPgTuzkwnB.png', |
| | | link: '', |
| | | }, |
| | | { |
| | | id: 'members-4', |
| | | title: '中二少女团', |
| | | title: '外链四', |
| | | logo: 'https://gw.alipayobjects.com/zos/rmsportal/sfjbOqnsXXJgNCjCzDBL.png', |
| | | link: '', |
| | | }, |
| | | { |
| | | id: 'members-5', |
| | | title: '骗你学计算机', |
| | | logo: 'https://gw.alipayobjects.com/zos/rmsportal/siCrBXXhmvTQGWPNLBow.png', |
| | | link: '', |
| | | }, |
| | | } |
| | | ]; |
| | | // endregion |
| | | |
| | | ngOnDestroy(): void { |
| | | } |
| | | |
| | | |
| | | data: any = { |
| | | salesData: [], |
| | | offlineData: [] |
| | | }; |
| | | data: any = {}; |
| | | |
| | | q: any = { |
| | | start: null, |
| | | end: null |
| | | }; |
| | | rankingListData: any[] = Array(7).fill({}).map((item, i) => { |
| | | return { |
| | | title: `工专路 ${i} 号店`, |
| | | total: 323234 |
| | | }; |
| | | }); |
| | | |
| | | constructor(private http: _HttpClient, public msg: NzMessageService, |
| | | private http2: HttpClient) {} |
| | | rankingListData: any[] = [ |
| | | {title: `PM 2.5`, total: 230}, |
| | | {title: `PM 10`, total: 175}, |
| | | {title: `二氧化硫`, total: 123}, |
| | | {title: `二氧化氮`, total: 92}, |
| | | {title: `甲醛`, total: 39}, |
| | | {title: `氯气`, total: 24}, |
| | | {title: `一氧化碳`, total: 8} |
| | | ]; |
| | | |
| | | constructor( |
| | | private http: _HttpClient, |
| | | public msg: NzMessageService, |
| | | private http2: HttpClient) { |
| | | } |
| | | |
| | | ngOnInit() { |
| | | |
| | | const today = new Date().getTime(); |
| | | const fakeDC = [60, 135, 70, 112, 80, 170, 200, 140, 52, 119, 164, 230]; |
| | | for (let i = 0; i < 12; i += 1) { |
| | |
| | | } |
| | | this.avgDeviceCount = (this.totalDeviceCount/12).toFixed(0); |
| | | |
| | | const alarmData = []; |
| | | const alarmData_1 = []; |
| | | const alarmData_2 = []; |
| | | const alarmData_3 = []; |
| | | for (let i = 0; i < 12; i += 1) { |
| | | alarmData.push({ x: `${i + 1}月`, y: Math.floor(Math.random() * 1000) + 500 }); |
| | | alarmData_1.push({ x: `${i + 1}月`, y: Math.floor(Math.random() * 1000) + 100 }); |
| | | alarmData_2.push({ x: `${i + 1}月`, y: Math.floor(Math.random() * 1000) + 200 }); |
| | | alarmData_3.push({ x: `${i + 1}月`, y: Math.floor(Math.random() * 1000) + 300 }); |
| | | } |
| | | |
| | | const alertData = []; |
| | | const alertData_1 = []; |
| | | const alertData_2 = []; |
| | | const alertData_3 = []; |
| | | for (let i = 0; i < 7; i += 1) { |
| | | alertData.push({ x: this.rankingListData[i].title, y: Math.floor(Math.random() * 1000) + 500 }); |
| | | alertData_1.push({ x: this.rankingListData[i].title, y: Math.floor(Math.random() * 1000) + 100 }); |
| | | alertData_2.push({ x: this.rankingListData[i].title, y: Math.floor(Math.random() * 1000) + 200 }); |
| | | alertData_3.push({ x: this.rankingListData[i].title, y: Math.floor(Math.random() * 1000) + 300 }); |
| | | } |
| | | |
| | | const visitData = []; |
| | | const beginDay = new Date().getTime(); |
| | |
| | | "YYYY-MM-DD" |
| | | ), |
| | | y: fakeY2[i] |
| | | }); |
| | | } |
| | | const salesData = []; |
| | | for (let i = 0; i < 12; i += 1) { |
| | | salesData.push({ |
| | | x: `${i + 1}月`, |
| | | y: Math.floor(Math.random() * 1000) + 200 |
| | | }); |
| | | } |
| | | |
| | | const salesTypeData = [ |
| | | { |
| | | x: "家用电器", |
| | | y: 4544 |
| | | }, |
| | | { |
| | | x: "食用酒水", |
| | | y: 3321 |
| | | }, |
| | | { |
| | | x: "个护健康", |
| | | y: 3113 |
| | | }, |
| | | { |
| | | x: "服饰箱包", |
| | | y: 2341 |
| | | }, |
| | | { |
| | | x: "母婴产品", |
| | | y: 1231 |
| | | }, |
| | | { |
| | | x: "其他", |
| | | y: 1231 |
| | | } |
| | | ]; |
| | | |
| | | const salesTypeDataOnline = [ |
| | | { |
| | | x: "家用电器", |
| | | y: 244 |
| | | }, |
| | | { |
| | | x: "食用酒水", |
| | | y: 321 |
| | | }, |
| | | { |
| | | x: "个护健康", |
| | | y: 311 |
| | | }, |
| | | { |
| | | x: "服饰箱包", |
| | | y: 41 |
| | | }, |
| | | { |
| | | x: "母婴产品", |
| | | y: 121 |
| | | }, |
| | | { |
| | | x: '其他', |
| | | y: 111 |
| | | } |
| | | ]; |
| | | |
| | | const salesTypeDataOffline = [ |
| | | { |
| | | x: '家用电器', |
| | | y: 99 |
| | | }, |
| | | { |
| | | x: '个护健康', |
| | | y: 188 |
| | | }, |
| | | { |
| | | x: '服饰箱包', |
| | | y: 344 |
| | | }, |
| | | { |
| | | x: '母婴产品', |
| | | y: 255 |
| | | }, |
| | | { |
| | | x: '其他', |
| | | y: 65 |
| | | } |
| | | ]; |
| | | |
| | | const offlineData = []; |
| | | for (let i = 0; i < 10; i += 1) { |
| | | offlineData.push({ |
| | | name: `门店${i}`, |
| | | cvr: Math.ceil(Math.random() * 9) / 10 |
| | | }); |
| | | } |
| | | const offlineChartData = []; |
| | | for (let i = 0; i < 20; i += 1) { |
| | | offlineChartData.push({ |
| | | x: new Date().getTime() + 1000 * 60 * 30 * i, |
| | | y1: Math.floor(Math.random() * 100) + 10, |
| | | y2: Math.floor(Math.random() * 100) + 10 |
| | | }); |
| | | } |
| | | |
| | |
| | | }); |
| | | } |
| | | var res = { |
| | | alarmData: alarmData, |
| | | alarmData_1: alarmData_1, |
| | | alarmData_2: alarmData_2, |
| | | alarmData_3: alarmData_3, |
| | | |
| | | alertData: alertData, |
| | | alertData_1: alertData_1, |
| | | alertData_2: alertData_2, |
| | | alertData_3: alertData_3, |
| | | |
| | | visitData: visitData, |
| | | salesData: salesData, |
| | | visitData2: visitData2, |
| | | salesTypeData: salesTypeData, |
| | | salesTypeDataOnline: salesTypeDataOnline, |
| | | salesTypeDataOffline: salesTypeDataOffline, |
| | | offlineData: offlineData, |
| | | offlineChartData: offlineChartData, |
| | | |
| | | radarOriginData: radarOriginData, |
| | | radarData: radarData, |
| | | searchData: searchData |
| | | }; |
| | | |
| | | res.offlineData.forEach((item: any) => { |
| | | item.chart = Object.assign([], res.offlineChartData); |
| | | }); |
| | | this.data = res; |
| | | this.loading = false; |
| | | this.changeSaleType(); |
| | | |
| | | this.radarData = res.radarData; |
| | | |
| | | const titles = [ |
| | | 'Alipay', |
| | | 'Angular', |
| | | 'Ant Design', |
| | | 'Ant Design Pro', |
| | | 'Bootstrap', |
| | | 'React', |
| | | 'Vue', |
| | | 'Webpack' |
| | | ]; |
| | | |
| | | const avatars = [ |
| | | 'https://gw.alipayobjects.com/zos/rmsportal/WdGqmHpayyMjiEhcKoVE.png', // Alipay |
| | |
| | | 'https://gw.alipayobjects.com/zos/rmsportal/ComBAopevLwENQdKWiIn.png', // Vue |
| | | 'https://gw.alipayobjects.com/zos/rmsportal/nxkuOJlFJuAUhzlMTCEe.png' // Webpack |
| | | ]; |
| | | |
| | | var notice = [ |
| | | { |
| | | id: 'xxx1', |
| | | title: titles[0], |
| | | logo: avatars[0], |
| | | description: '那是一种内在的东西, 他们到达不了,也无法触及的', |
| | | updatedAt: new Date(), |
| | | member: '科学搬砖组', |
| | | href: '', |
| | | memberLink: '', |
| | | }, |
| | | { |
| | | id: 'xxx2', |
| | | title: titles[1], |
| | | logo: avatars[1], |
| | | description: '希望是一个好东西,也许是最好的,好东西是不会消亡的', |
| | | updatedAt: new Date('2017-07-24'), |
| | | member: '全组都是吴彦祖', |
| | | href: '', |
| | | memberLink: '', |
| | | }, |
| | | { |
| | | id: 'xxx3', |
| | | title: titles[2], |
| | | logo: avatars[2], |
| | | description: '城镇中有那么多的酒馆,她却偏偏走进了我的酒馆', |
| | | updatedAt: new Date(), |
| | | member: '中二少女团', |
| | | href: '', |
| | | memberLink: '', |
| | | }, |
| | | { |
| | | id: 'xxx4', |
| | | title: titles[3], |
| | | logo: avatars[3], |
| | | description: '那时候我只会想自己想要什么,从不想自己拥有什么', |
| | | updatedAt: new Date('2017-07-23'), |
| | | member: '程序员日常', |
| | | href: '', |
| | | memberLink: '', |
| | | }, |
| | | { |
| | | id: 'xxx5', |
| | | title: titles[4], |
| | | logo: avatars[4], |
| | | description: '凛冬将至', |
| | | updatedAt: new Date('2017-07-23'), |
| | | member: '高逼格设计天团', |
| | | href: '', |
| | | memberLink: '', |
| | | }, |
| | | { |
| | | id: 'xxx6', |
| | | title: titles[5], |
| | | logo: avatars[5], |
| | | description: '生命就像一盒巧克力,结果往往出人意料', |
| | | updatedAt: new Date('2017-07-23'), |
| | | member: '骗你来学计算机', |
| | | href: '', |
| | | memberLink: '', |
| | | }, |
| | | ]; |
| | | this.notice = notice; |
| | | |
| | | var activities = [ |
| | | { |
| | |
| | | }, |
| | | template: '在 @{group} 新建项目 @{project}', |
| | | }, |
| | | { |
| | | id: 'trend-7', |
| | | updatedAt: new Date(), |
| | | user: { |
| | | name: '周星星', |
| | | avatar: avatars[3], |
| | | }, |
| | | project: { |
| | | name: '程序员日常', |
| | | link: 'http://github.com/', |
| | | }, |
| | | template: '将 @{project} 更新至上线状态', |
| | | } |
| | | ]; |
| | | this.activities = activities.map((item: any) => { |
| | | item.template = item.template.split(/@\{([^{}]*)\}/gi).map((key: string) => { |
| | |
| | | }); |
| | | return item; |
| | | }); |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | setDate(type: any) { |
| | | const rank = getTimeDistance(type); |
| | | this.q.start = rank[0]; |
| | | this.q.end = rank[1]; |
| | | ngOnDestroy(): void { |
| | | } |
| | | |
| | | sort(sortName, sortValue) { |
| | |
| | | ]; |
| | | } |
| | | |
| | | salesType = 'all'; |
| | | salesType = '0'; |
| | | salesPieData: any; |
| | | salesTotal = 0; |
| | | changeSaleType() { |
| | | this.salesPieData = this.salesType === 'all' ? this.data.salesTypeData : ( |
| | | this.salesType === 'online' ? this.data.salesTypeDataOnline : this.data.salesTypeDataOffline |
| | | ); |
| | | if(this.salesType == '0') { |
| | | this.salesPieData = this.data.alertData; |
| | | } else if(this.salesType == '1') { |
| | | this.salesPieData = this.data.alertData_1; |
| | | } else if(this.salesType == '2') { |
| | | this.salesPieData = this.data.alertData_2; |
| | | } else if(this.salesType == '3') { |
| | | this.salesPieData = this.data.alertData_3; |
| | | } |
| | | if (this.salesPieData) this.salesTotal = this.salesPieData.reduce((pre, now) => now.y + pre, 0); |
| | | } |
| | | |
| | | handlePieValueFormat(value: any) { |
| | | return yuan(value); |
| | | } |
| | | |
| | | _activeTab = 0; |
| | | _tabChange(value: any) { |
| | | console.log('tab', this._activeTab, value); |
| | | return value + "次"; |
| | | } |
| | | } |