From 43e7ed40c26afa535aba24b1c9ddc1b87b607d8d Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 05 Mar 2018 09:26:26 +0800
Subject: [PATCH] 报表查看
---
src/app/routes/reports/demo/demo.component.ts | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/app/routes/reports/demo/demo.component.ts b/src/app/routes/reports/demo/demo.component.ts
index 9658ca5..f1e2c10 100644
--- a/src/app/routes/reports/demo/demo.component.ts
+++ b/src/app/routes/reports/demo/demo.component.ts
@@ -21,12 +21,12 @@
mode: 'month'
};
- private sensorOptions = [];
+ public sensorOptions = [];
- private monitorPointOptions = [];
- private deviceOptions = [];
- private monitorPointbOptions = [];
- private devicebOptions = [];
+ public monitorPointOptions = [];
+ public deviceOptions = [];
+ public monitorPointbOptions = [];
+ public devicebOptions = [];
constructor(
public http: HttpClient,
@@ -144,7 +144,7 @@
}
}
- private typeOptions = [
+ public typeOptions = [
{value: 'year', label: '���', mode: 'month', xAxisName: '���', format: 'yyyy', typeFormat: '%Y-%m'},
{value: 'month', label: '���', mode: 'month', xAxisName: '���', format: 'yyyy-MM', typeFormat: '%Y-%m-%d'},
{value: 'day', label: '���', mode: 'day', xAxisName: '���', format: 'yyyy-MM-dd', typeFormat: '%Y-%m-%d %H'},
--
Gitblit v1.8.0