From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName

---
 WebService/src/main/resources/components/applicationKeyPackage/applicationKey-manage/applicationKeyManage.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/applicationKeyPackage/applicationKey-manage/applicationKeyManage.html b/WebService/src/main/resources/components/applicationKeyPackage/applicationKey-manage/applicationKeyManage.html
index 6165437..3a2eed8 100644
--- a/WebService/src/main/resources/components/applicationKeyPackage/applicationKey-manage/applicationKeyManage.html
+++ b/WebService/src/main/resources/components/applicationKeyPackage/applicationKey-manage/applicationKeyManage.html
@@ -75,9 +75,10 @@
                             <th class="text-center">閽ュ寵鐢宠ID</th>
                             <th class="text-center">濮撳悕</th>
                             <th class="text-center">鎵嬫満鍙�</th>
-                            <th class="text-center">鐢ㄦ埛绫诲瀷</th>
+                            <th class="text-center">閽ュ寵绫诲瀷</th>
                             <!-- <th class="text-center">鎬у埆</th>
                              <th class="text-center">骞撮緞</th>-->
+                            <th class="text-center">瀵嗙爜</th>
                             <th class="text-center">韬唤璇佸彿</th>
                             <th class="text-center">寮�濮嬫椂闂�</th>
                             <th class="text-center">缁撴潫鏃堕棿</th>
@@ -91,9 +92,10 @@
                             <td class="text-center">{{applicationKey.applicationKeyId}}</td>
                             <td class="text-center">{{applicationKey.name}}</td>
                             <td class="text-center">{{applicationKey.tel}}</td>
-                            <td class="text-center">{{applicationKey.typeCd}}</td>
+                            <td class="text-center">{{applicationKey.typeFlagName}}</td>
                             <!--<td class="text-center">{{applicationKey.sex}}</td>
                             <td class="text-center">{{applicationKey.age}}</td>-->
+                            <td class="text-center">{{applicationKey.pwd}}</td>
                             <td class="text-center">{{applicationKey.idCard}}</td>
                             <td class="text-center">{{applicationKey.startTime}}</td>
                             <td class="text-center">{{applicationKey.endTime}}</td>

--
Gitblit v1.8.0