From 2d4cbcc4f92edbc4f926d9710bdda64520039c2b Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 05 Jan 2018 11:21:44 +0800
Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop

---
 src/app/routes/systems/account/account.component.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/routes/systems/account/account.component.html b/src/app/routes/systems/account/account.component.html
index 5c458ac..b78dc77 100644
--- a/src/app/routes/systems/account/account.component.html
+++ b/src/app/routes/systems/account/account.component.html
@@ -61,7 +61,7 @@
 
 	<nz-table   #nzTable
 				[nzAjaxData]="data"
-				[nzLoading]="http.loading"
+				[nzLoading]="loading"
 				[nzTotal]="total"
 				[(nzPageIndex)]="query.pageIndex"
 				[nzPageSize]="query.pageSize"
@@ -98,7 +98,7 @@
 				<td nz-td>{{account.email}}</td>
 				<td nz-td>{{account.weixin}}</td>
 				<!-- <td nz-td>{{account.password}}</td> -->
-				<td nz-td>{{account.organizationId}}</td>
+				<td nz-td>{{account.organization?account.organization.name:account.organizationId}}</td>
 				<td nz-td>{{format_date(account.createTime)}}</td>
 				<td nz-td>{{format_date(account.expireTime)}}</td>
 				<td nz-td>

--
Gitblit v1.8.0