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/GwSpPrePattern.aspx | 81 +++++++++++++++++++++-------------------
1 files changed, 42 insertions(+), 39 deletions(-)
diff --git a/web/web/GwSpPrePattern.aspx b/web/web/GwSpPrePattern.aspx
index 50617dc..ca9fe66 100644
--- a/web/web/GwSpPrePattern.aspx
+++ b/web/web/GwSpPrePattern.aspx
@@ -233,49 +233,52 @@
</div>
<div class="input-group m-b">
<input type="button" value="鏌ヨ" class="btn btn-primary action-query" />
- <input type="button" value="鎵归噺瀹℃牳" class="btn btn-danger action-modal-status" />
</div>
</div>
</div>
</form>
- <table class="table table-striped table-bordered table-hover" id="gwSpPreTable">
- <thead>
- <tr class="header">
- <th>
- <input type="checkbox" name="check-all-row" id="check-all-row" value="" />
- </th>
- <th class="col-md-1">
- 瀹㈡埛璐﹀彿
- </th>
- <th class="col-md-1">
- 鐭俊璐﹀彿
- </th>
- <th class="col-md-5">
- 鎶ュ鍐呭
- </th>
- <th class="col-md-1">
- 鍒涘缓鏃堕棿
- </th>
- <th class="col-md-1">
- 瀹℃牳鐘舵��
- </th>
- <th class="col-md-1">
- 瀹℃牳鏃堕棿
- </th>
- <th class="col-md-1">
- 瀹℃牳澶囨敞
- </th>
- <th class="col-md-1">
- 瀹℃牳鍛�
- </th>
- <th class="col-md-1">
- 鎿嶄綔
- </th>
- </tr>
- </thead>
- <tbody>
- </tbody>
- </table>
+
+ <div class="table-responsive">
+ <input type="button" value="鎵归噺瀹℃牳" class="btn btn-danger action-modal-status" />
+ <table class="table table-striped table-bordered table-hover" id="gwSpPreTable">
+ <thead>
+ <tr class="header">
+ <th>
+ <input type="checkbox" name="check-all-row" id="check-all-row" value="" />
+ </th>
+ <th class="col-md-1">
+ 瀹㈡埛璐﹀彿
+ </th>
+ <th class="col-md-1">
+ 鐭俊璐﹀彿
+ </th>
+ <th class="col-md-5">
+ 鎶ュ鍐呭
+ </th>
+ <th class="col-md-1">
+ 鍒涘缓鏃堕棿
+ </th>
+ <th class="col-md-1">
+ 瀹℃牳鐘舵��
+ </th>
+ <th class="col-md-1">
+ 瀹℃牳鏃堕棿
+ </th>
+ <th class="col-md-1">
+ 瀹℃牳澶囨敞
+ </th>
+ <th class="col-md-1">
+ 瀹℃牳鍛�
+ </th>
+ <th class="col-md-1">
+ 鎿嶄綔
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
+ </div>
<div id="pagination">
</div>
--
Gitblit v1.9.1