From dbda463cdacc6c6101acdf9d58e22450a281b9b0 Mon Sep 17 00:00:00 2001
From: yzh <snbbt@21cn.com>
Date: 星期二, 07 六月 2022 23:11:04 +0800
Subject: [PATCH] 客户信息管理 停用客户信息管理

---
 web/web/GwAuditCache.aspx |   68 +++++++++++++++++-----------------
 1 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/web/web/GwAuditCache.aspx b/web/web/GwAuditCache.aspx
index b4c14df..d579477 100644
--- a/web/web/GwAuditCache.aspx
+++ b/web/web/GwAuditCache.aspx
@@ -41,47 +41,47 @@
                 value="10" /><label>寰呬簩娆¢壌瀹氫俊鎭�</label>&nbsp;<input type="button" value="鍒锋柊" class="btn btn-primary   action-go" />
         </div>
     </div>
-    <div class="form-group">
-        <div class="input-group m-b">&nbsp
+    </form>
+    <div class="table-responsive">
             <input class="btn btn-success action-modal-approve" data-status="4" value="鎵归噺閫氳繃(鍙慨鏀归�氶亾)"
                 type="button" />&nbsp
             <input class="btn btn-danger  action-audit-all" data-status="4" value="鐩存帴鎵归噺閫氳繃"
                 type="button" />&nbsp
             <input class="btn btn-warning  action-audit-all" data-status="5" value="鐩存帴鎵归噺鎷掔粷"
                 type="button" />
-        </div>
+        <table class="table table-striped table-bordered table-hover" id="cacheTable">
+        <thead>
+            <tr class="header">
+                <th style="width: 20px">
+                    <input type="checkbox" name='checkAll' id="checkAll" />
+                </th>
+                <th style="width: 50px">
+                    璐﹀彿
+                </th>
+                <th>
+                    閫氶亾
+                </th>
+                <th>
+                    鍐呭
+                </th>
+                <th>
+                    鍏抽敭瀛�
+                </th>
+                <th>
+                    鏉℃暟
+                </th>
+                <th style="width: 200px">
+                    鎿嶄綔
+                </th>
+            </tr>
+            </thead>
+            <tbody>
+            </tbody>
+        </table>
     </div>
-    </form>
-    <table class="table table-striped table-bordered table-hover" id="cacheTable">
-    <thead>
-        <tr class="header">
-            <th style="width: 20px">
-                <input type="checkbox" name='checkAll' id="checkAll" />
-            </th>
-            <th style="width: 50px">
-                璐﹀彿
-            </th>
-            <th>
-                閫氶亾
-            </th>
-            <th>
-                鍐呭
-            </th>
-            <th>
-                鍏抽敭瀛�
-            </th>
-            <th>
-                鏉℃暟
-            </th>
-            <th style="width: 200px">
-                鎿嶄綔
-            </th>
-        </tr>
-        </thead>
-        <tbody>
-        </tbody>
-    </table>
-    <div id="pager"></div>
+    <div id="pager">
+    </div>
+
     <div class="modal inmodal " id="opDialog" tabindex="-1" role="dialog" aria-hidden="true">
         <div class="modal-dialog modal-sm">
             <div class="modal-content">

--
Gitblit v1.9.1