diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-03 17:28:59 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-03 17:29:07 +0800 |
commit | efa362157f4cfce894670772f2aec077dc794f7a (patch) | |
tree | dedd47ec3bbdbf1496db742ffc3063d378acf434 /usecaseui-portal/src/app/mock/json/alarm_diagram.json | |
parent | 3602cdf0c287459e907e8ce3dc63d271bf1e712b (diff) |
feat: add home service mock data
Change-Id: I3d63e5a2fd4a221beaddd7ce709e59d92a6991b5
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/alarm_diagram.json')
-rwxr-xr-x | usecaseui-portal/src/app/mock/json/alarm_diagram.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/alarm_diagram.json b/usecaseui-portal/src/app/mock/json/alarm_diagram.json new file mode 100755 index 00000000..decb859d --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/alarm_diagram.json @@ -0,0 +1,8 @@ +{ + "dataList":["2018-09-10 ","2018-09-11","2018-09-12","2018-09-13","2018-09-14", + "2018-09-15","2018-09-16","2018-09-17","2018-09-18","2018-09-19", + "2018-09-20","2018-09-21","2018-09-22"], + "allList":[30,45,34,35,43,56,36,53,42,45,44,35,32], + "closedList":[20,23,14,12,34,25,22,42,52,35,34,13,13], + "ActiveList":[10,23,24,22,14,15,32,12,12,32,14,23,23] +}
\ No newline at end of file |