|
@@ -142,46 +142,52 @@
|
|
|
<button class="btn btn-sm btn-default dropdown-toggle" data-toggle="dropdown">已显示5列</button>
|
|
|
<div class="dropdown-menu">
|
|
|
<ul class="list-unstyled px-3 pt-2 mb-0">
|
|
|
+ <li class="mb-2">
|
|
|
+ <div class="custom-control custom-switch">
|
|
|
+ <input type="checkbox" name="columnShow" column="1" class="custom-control-input" id="lie1">
|
|
|
+ <label class="custom-control-label" for="lie1">QQ</label>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
|
|
|
<li class="mb-2">
|
|
|
<div class="custom-control custom-switch">
|
|
|
- <input type="checkbox" name="columnShow" column="1" class="custom-control-input" id="lie1">
|
|
|
+ <input type="checkbox" name="columnShow" column="2" class="custom-control-input" id="lie1">
|
|
|
<label class="custom-control-label" for="lie1">企业名称</label>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="mb-2">
|
|
|
<div class="custom-control custom-switch">
|
|
|
- <input type="checkbox" name="columnShow" column="2" class="custom-control-input" id="lie2">
|
|
|
+ <input type="checkbox" name="columnShow" column="3" class="custom-control-input" id="lie2">
|
|
|
<label class="custom-control-label" for="lie2">CLD联系人</label>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="mb-2">
|
|
|
<div class="custom-control custom-switch">
|
|
|
- <input type="checkbox" name="columnShow" column="3" class="custom-control-input" id="lie3">
|
|
|
+ <input type="checkbox" name="columnShow" column="4" class="custom-control-input" id="lie3">
|
|
|
<label class="custom-control-label" for="lie3">公司</label>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="mb-2">
|
|
|
<div class="custom-control custom-switch">
|
|
|
- <input type="checkbox" name="columnShow" column="4" class="custom-control-input" id="lie4" checked="">
|
|
|
+ <input type="checkbox" name="columnShow" column="5" class="custom-control-input" id="lie4" checked="">
|
|
|
<label class="custom-control-label" for="lie4">最近登录</label>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="mb-2">
|
|
|
<div class="custom-control custom-switch">
|
|
|
- <input type="checkbox" name="columnShow" column="5" class="custom-control-input" id="lie5">
|
|
|
+ <input type="checkbox" name="columnShow" column="6" class="custom-control-input" id="lie5">
|
|
|
<label class="custom-control-label" for="lie5">最近使用</label>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="mb-2">
|
|
|
<div class="custom-control custom-switch">
|
|
|
- <input type="checkbox" name="columnShow" column="6" class="custom-control-input" id="lie6">
|
|
|
+ <input type="checkbox" name="columnShow" column="7" class="custom-control-input" id="lie6">
|
|
|
<label class="custom-control-label" for="lie6">登录时长</label>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="mb-2">
|
|
|
<div class="custom-control custom-switch">
|
|
|
- <input type="checkbox" name="columnShow" column="7" class="custom-control-input" id="lie7">
|
|
|
+ <input type="checkbox" name="columnShow" column="8" class="custom-control-input" id="lie7">
|
|
|
<label class="custom-control-label" for="lie7">注册时间</label>
|
|
|
</div>
|
|
|
</li>
|
|
@@ -237,6 +243,7 @@
|
|
|
<div curingListBox>
|
|
|
<table columnShow class="table table-bordered table-hover table-striped">
|
|
|
<thead><tr><th>通行账号</th>
|
|
|
+ <th>QQ</th>
|
|
|
<th>企业名称</th>
|
|
|
<th>CLD客户</th>
|
|
|
<th>公司</th>
|
|
@@ -251,6 +258,7 @@
|
|
|
<tr curingInfoEdi dataCid="<%= curing.client_id %>" data="<%= curing.ssoId %>" dataId="<%= curing._id %>"
|
|
|
data-toggle="modal" data-target="">
|
|
|
<td><%= curing.mobile %> </td>
|
|
|
+ <td><%= curing.qq %></td>
|
|
|
<td><%= curing.company %></td>
|
|
|
<td><%= curing.clientInfo.clientname %></td>
|
|
|
<td><%= curing.clientInfo.companyname %></td>
|