diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-09 17:20:46 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-10 15:38:30 +0800 |
commit | 11513d8eb65642758ee8dd794342b2f65daae482 (patch) | |
tree | 729ef131f77ab122d6482acc202c4b20cae673d5 /usecaseui-portal/src/app/mock/json/CustomersColumn.json | |
parent | ed3a07f731f0c6f70234ca107ac46f44ec538faf (diff) |
feat:optimize the mock api json of customer page
Change-Id: Ia1892e198693ffb64aae54553e46d54c9afe1ead
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/CustomersColumn.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/CustomersColumn.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/CustomersColumn.json b/usecaseui-portal/src/app/mock/json/CustomersColumn.json new file mode 100644 index 00000000..329258d8 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/CustomersColumn.json @@ -0,0 +1,8 @@ +{ + "list":[ + {"name":"SOTN","value":"23"}, + {"name":"CCVPN","value":"67"}, + {"name":"CCVPN1","value":"34"}, + {"name":"SOTN1","value":"12"} + ] +}
\ No newline at end of file |