From 73ad41872871bd205a48d7e9aeade125c7e8e7de Mon Sep 17 00:00:00 2001 From: kira <164851225@qq.com> Date: Mon, 16 Jul 2018 14:15:58 +0800 Subject: [PATCH] add customer service --- src/main/ui/service_client.html | 24 +++++ src/main/ui/service_contact_list.html | 131 ++++++++++++++++++++++++++ src/main/ui/service_customer.html | 22 +++++ 3 files changed, 177 insertions(+) create mode 100644 src/main/ui/service_client.html create mode 100644 src/main/ui/service_contact_list.html create mode 100644 src/main/ui/service_customer.html diff --git a/src/main/ui/service_client.html b/src/main/ui/service_client.html new file mode 100644 index 000000000..8570863a3 --- /dev/null +++ b/src/main/ui/service_client.html @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/src/main/ui/service_contact_list.html b/src/main/ui/service_contact_list.html new file mode 100644 index 000000000..8e4a1734a --- /dev/null +++ b/src/main/ui/service_contact_list.html @@ -0,0 +1,131 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/ui/service_customer.html b/src/main/ui/service_customer.html new file mode 100644 index 000000000..660343ad7 --- /dev/null +++ b/src/main/ui/service_customer.html @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file