From 70e02ded3025266efdab0b5474e41be9d61f7388 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 23 二月 2020 13:49:04 +0800
Subject: [PATCH] 优化 添加钥匙拍照功能

---
 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