diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-13 15:06:26 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-13 15:06:32 +0800 |
commit | 2e359b756193f4c93fe24b35162067d9b4470c33 (patch) | |
tree | 7dcab093943ffc739080a455a1c8335f9d8ebc4d /usecaseui-portal/src/app/components/customer/customer.component.html | |
parent | 65a6ac7f9cf0ba5a80493aaa8b7ae4355a34518f (diff) |
User and service type management interface
Change-Id: I3645f2a6658e9aa240406eced6ec6e4db99c8ebf
Issue-ID: USECASEUI-212
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/customer/customer.component.html')
-rw-r--r-- | usecaseui-portal/src/app/components/customer/customer.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/components/customer/customer.component.html b/usecaseui-portal/src/app/components/customer/customer.component.html index 5cdd5d99..5a38944c 100644 --- a/usecaseui-portal/src/app/components/customer/customer.component.html +++ b/usecaseui-portal/src/app/components/customer/customer.component.html @@ -24,7 +24,7 @@ <p> {{"i18nTextDefine_Instance_Count_of_ServiceType" | translate}} </p> <app-bar [initData]="serviceInit" [chartData]="serviceData"></app-bar> <div class="footname" style="width: 100%;height: 40px;line-height: 40px;text-align: center;color: #3C4F8C;margin-top: 20px"> - <img src=".assets/images/customerBarUser.png" alt="customerName" style="margin-right: 5px;margin-bottom: 3px;"> + <img src="./assets/images/customerBarUser.png" alt="customerName" style="margin-right: 5px;margin-bottom: 3px;"> {{this.serviceInit["customer"]}} </div> </div> |