From 909ed953a5a614e93985a0bf36ff5adc8965908f Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 11 二月 2020 17:32:49 +0800
Subject: [PATCH] 优化权限乱跳问题
---
WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 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 60f9b69..ccf3e70 100644
--- a/WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html
+++ b/WebService/src/main/resources/components/privilegePackage/privilege-manage/privilege.html
@@ -7,17 +7,17 @@
data-toggle="tooltip"
title="Refresh inbox"
v-on:click="openAddPrivilegeModel()"
- ><i class="fa fa-plus"></i> 娣诲姞鏉冮檺</button>
- <form method="get" action="index.html" 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._currentPgName" name="search" placeholder="璇疯緭鍏ユ潈闄愬悕绉�">
- <div class="input-group-btn">
- <button v-on:click="queryPrivilege()" class="btn btn-sm btn-primary">
- 鏌ヨ
- </button>
- </div>
+ ><i class="fa fa-plus"></i> 娣诲姞鏉冮檺
+ </button>
+ <div class="input-group">
+ <input type="text" class="form-control form-control-sm" v-model="privilegeInfo._currentPgName"
+ name="search" placeholder="璇疯緭鍏ユ潈闄愬悕绉�">
+ <div class="input-group-btn">
+ <button v-on:click="queryPrivilege()" class="btn btn-sm btn-primary">
+ 鏌ヨ
+ </button>
</div>
- </form>
+ </div>
<h2>
{{privilegeInfo._currentPgName}}
</h2>
@@ -26,14 +26,14 @@
<table class="table table-hover table-mail">
<thead>
- <tr>
- <th>鏉冮檺缂栫爜</th>
- <th>鏉冮檺鍚嶇О</th>
- <th>璧勬簮璺緞</th>
- <th>鏉冮檺鎻忚堪</th>
- <th>鍒涘缓鏃堕棿</th>
- <th>鎿嶄綔</th>
- </tr>
+ <tr>
+ <th>鏉冮檺缂栫爜</th>
+ <th>鏉冮檺鍚嶇О</th>
+ <th>璧勬簮璺緞</th>
+ <th>鏉冮檺鎻忚堪</th>
+ <th>鍒涘缓鏃堕棿</th>
+ <th>鎿嶄綔</th>
+ </tr>
</thead>
<tbody>
<tr v-for="privilege in privilegeInfo._privileges" class="read">
@@ -45,9 +45,9 @@
<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>
+ <i v-if="privilegeInfo._currentStoreId != '9999'"
+ v-on:click="openDeletePrivilegeModel(privilege)"
+ class="glyphicon glyphicon-remove"></i>
</td>
</tr>
--
Gitblit v1.8.0