From ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期五, 06 三月 2020 16:18:27 +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