From 051a77599ca8b7972df8728ff46822d308627cbc Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Wed, 28 Mar 2018 14:32:32 +0800 Subject: [PATCH] 报表 优化 --- src/app/routes/reports/query/query.component.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/routes/reports/query/query.component.ts b/src/app/routes/reports/query/query.component.ts index 4162c8d..b878e2c 100644 --- a/src/app/routes/reports/query/query.component.ts +++ b/src/app/routes/reports/query/query.component.ts @@ -49,10 +49,10 @@ * @memberof QueryComponent */ public timeUnitOptions = [ - {label: '������', value: TimeUnits.MONTH}, - {label: '������', value: TimeUnits.DAY}, - {label: '������', value: TimeUnits.HOUR}, - {label: '������', value: TimeUnits.MINUTE}, + {label: '���', value: TimeUnits.MONTH}, + {label: '���', value: TimeUnits.DAY}, + {label: '���', value: TimeUnits.HOUR}, + {label: '���', value: TimeUnits.MINUTE}, ]; public timeUnit: {label: string, value: TimeUnits} = this.timeUnitOptions[2]; // ��������������������������������������� -- Gitblit v1.8.0