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/privilegePackage/privilege-manage/privilege.html | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html b/WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html
index 8fef9e1..83a6c2f 100644
--- a/WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html
+++ b/WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html
@@ -8,7 +8,7 @@
title="Refresh inbox"
v-on:click="openAddPrivilegeModel()"
><i class="fa fa-plus"></i> 娣诲姞鏉冮檺</button>
- <form class="float-right mail-search" style="margin-right:10px">
+ <div class="float-right mail-search" style="margin-right:10px">
<div class="input-group">
<input type="text" class="form-control form-control-sm" v-model="privilegeInfo._pName" name="search" placeholder="璇疯緭鍏ユ潈闄愬悕绉�">
<div class="input-group-btn">
@@ -17,7 +17,7 @@
</button>
</div>
</div>
- </form>
+ </div>
<h2>
{{privilegeInfo._currentPgName}}
</h2>
@@ -29,10 +29,9 @@
<tr>
<th>鏉冮檺缂栫爜</th>
<th>鏉冮檺鍚嶇О</th>
- <th>璧勬簮璺緞</th>
<th>鏉冮檺鎻忚堪</th>
<th>鍒涘缓鏃堕棿</th>
- <th>鎿嶄綔</th>
+ <th class="text-right">鎿嶄綔</th>
</tr>
</thead>
<tbody>
@@ -41,13 +40,12 @@
{{privilege.pId}}
</td>
<td class="mail-ontact">{{privilege.name}}</td>
- <td class="mail-ontact">{{privilege.resource}}</td>
<td class="mail-subject">{{privilege.description}}</td>
<td class="">{{vc.dateFormat(privilege.createTime)}}</td>
- <td class="text-right mail-date">
- <i v-if="privilegeInfo._currentStoreId != '9999'"
- v-on:click="openDeletePrivilegeModel(privilege)"
- class="glyphicon glyphicon-remove"></i>
+ <td class="text-right">
+ <div class="btn-group">
+ <button class="btn-white btn btn-xs" v-on:click="openDeletePrivilegeModel(privilege)">鍒犻櫎</button>
+ </div>
</td>
</tr>
--
Gitblit v1.8.0