|
@@ -40,7 +40,7 @@
|
|
|
<li><a href="home.html"><i class="glyphicon glyphicon-home" aria-hidden="true"></i> 首页</a></li>
|
|
|
<li class="active"><a href="user-list.html"><i class="glyphicon glyphicon-user" aria-hidden="true"></i> 用户管理</a></li>
|
|
|
<li><a href="news.html"><i class="glyphicon glyphicon-bell" aria-hidden="true"></i> 通知管理</a></li>
|
|
|
- <li><a href="version.html"><i class="glyphicon glyphicon-tag" aria-hidden="true"></i> 计价规则</a></li>
|
|
|
+ <li><a href="version.html"><i class="glyphicon glyphicon-tag" aria-hidden="true"></i> 费用定额</a></li>
|
|
|
<li><a href="tools.html"><i class="glyphicon glyphicon-wrench" aria-hidden="true"></i> 工具</a></li>
|
|
|
<li><a href="manage.html"><i class="glyphicon glyphicon-cog" aria-hidden="true"></i> 后台管理</a></li>
|
|
|
</ul>
|
|
@@ -130,7 +130,7 @@
|
|
|
</div>
|
|
|
<div class="c-body">
|
|
|
<table class="table">
|
|
|
- <thead><tr><th width="200">注册手机/邮箱</th><th width="90">姓名</th><th>企业名称</th><th>企业地区</th><th>最近使用版本</th><th width="180">最近登录</th><th width="180">注册时间</th><th>详细</th><th>升级</th></tr></thead>
|
|
|
+ <thead><tr><th width="200">注册手机/邮箱</th><th width="90">姓名</th><th>企业名称</th><th>企业地区</th><th>最近使用费用定额</th><th width="180">最近登录</th><th width="180">注册时间</th><th>详细</th><th>升级</th></tr></thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>k12345678900<br>kaka_chen@sina.com</td>
|
|
@@ -210,26 +210,26 @@
|
|
|
<tr><th>广东(2018)</th>
|
|
|
<td>
|
|
|
<div class="btn-group">
|
|
|
- <button class="btn btn-success disabled" disabled="disabled">已启用</button>
|
|
|
- <button class="btn btn-default" title="关闭">关闭</button>
|
|
|
+ <button class="btn btn-success">专业版</button>
|
|
|
+ <button class="btn btn-default">免费版</button>
|
|
|
</div>
|
|
|
- 广东办刘飞 2018-06-17 启用
|
|
|
+ 广东办刘飞 2018-06-17 设置专业版
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr><th>广东(2017)</th>
|
|
|
<td>
|
|
|
<div class="btn-group">
|
|
|
- <button class="btn btn-default" title="启用">启用</button>
|
|
|
- <button class="btn btn-danger disabled" disabled="disabled">已关闭</button>
|
|
|
+ <button class="btn btn-default" title="启用">专业版</button>
|
|
|
+ <button class="btn btn-success">免费版</button>
|
|
|
</div>
|
|
|
- 广东办刘飞 2018-06-17 关闭
|
|
|
+ 广东办刘飞 2018-06-17 设置免费版
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr><th>重庆(2017)</th>
|
|
|
<td>
|
|
|
<div class="btn-group">
|
|
|
- <button class="btn btn-default" title="启用">启用</button>
|
|
|
- <button class="btn btn-danger disabled" disabled="disabled">已关闭</button>
|
|
|
+ <button class="btn btn-default">专业版</button>
|
|
|
+ <button class="btn btn-success">免费版</button>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|