|
@@ -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>
|
|
@@ -56,8 +56,7 @@
|
|
|
<div class="scrollbar-auto">
|
|
|
<div class="nav-box">
|
|
|
<ul class="nav-list list-unstyled">
|
|
|
- <li class="active"><a><span>免费版</span></a></li>
|
|
|
- <li><a><span>专业版</span></a></li>
|
|
|
+ <li class="active"><a><span>普通用户</span></a></li>
|
|
|
<li><a href="user-list-test.html"><span>测试用户</span></a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -66,11 +65,31 @@
|
|
|
<div class="panel-content">
|
|
|
<div class="panel-title">
|
|
|
<div class="title-main">
|
|
|
- <h2>免费版</h2>
|
|
|
+ <h2>普通用户</h2>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="content-wrap">
|
|
|
<div class="c-header">
|
|
|
+ <!--免费版版本-->
|
|
|
+ <div class="btn-group">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
+ 最近使用计价规则 <span class="caret"></span>
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu">
|
|
|
+ <li><a href="#">广东(2017)</a></li>
|
|
|
+ <li><a href="#">广东(2018)</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <!--专业版版本-->
|
|
|
+ <div class="btn-group">
|
|
|
+ <button type="button" class="btn btn-default dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
+ 已升级计价规则 <span class="caret"></span>
|
|
|
+ </button>
|
|
|
+ <ul class="dropdown-menu">
|
|
|
+ <li><a href="#">广东(2017)</a></li>
|
|
|
+ <li><a href="#">广东(2018)</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
<!--最新注册-->
|
|
|
<div class="btn-group">
|
|
|
<button type="button" class="btn btn-default dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
@@ -95,16 +114,6 @@
|
|
|
<li><a href="#">30天内</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <!--版本-->
|
|
|
- <div class="btn-group">
|
|
|
- <button type="button" class="btn btn-default dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
- 版本 <span class="caret"></span>
|
|
|
- </button>
|
|
|
- <ul class="dropdown-menu">
|
|
|
- <li><a href="#">广东版</a></li>
|
|
|
- <li><a href="#">重庆版</a></li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
<!--结果-->
|
|
|
<div class="btn-group">
|
|
|
共 3 条结果
|
|
@@ -120,12 +129,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="c-body">
|
|
|
- <!--免费版-->
|
|
|
<table class="table">
|
|
|
- <thead><tr><th width="350">注册手机/邮箱</th><th>姓名</th><th>企业名称</th><th>企业地区</th><th>最近使用版本</th><th width="180">最近登录</th><th width="180">注册时间</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>kaka_chen@sina.com / 12345678900</td>
|
|
|
+ <td>k12345678900<br>kaka_chen@sina.com</td>
|
|
|
<td>张三</td>
|
|
|
<td>珠海纵横创新软件有限公司</td>
|
|
|
<td>珠海</td>
|
|
@@ -133,23 +141,7 @@
|
|
|
<td>2017-03-04 16:01:31</td>
|
|
|
<td>2017-03-03 14:29:03</td>
|
|
|
<td><a href="#detail" data-toggle="modal" data-target="#view">详细</a></td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- <!--专业版-->
|
|
|
- <table class="table">
|
|
|
- <thead><tr><th width="350">注册手机/邮箱</th><th>姓名</th><th>企业名称</th><th>企业地区</th><th>最近使用版本</th><th>已激活版本</th><th width="180">最近登录</th><th width="180">注册时间</th><th>详细</th></tr></thead>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <td>kaka_chen@sina.com / 12345678900</td>
|
|
|
- <td>张三</td>
|
|
|
- <td>珠海纵横创新软件有限公司</td>
|
|
|
- <td>珠海</td>
|
|
|
- <td>重庆免费版(2017)</td>
|
|
|
- <td>广东(2018),广东(2017)</td>
|
|
|
- <td>2017-03-03 14:29:03</td>
|
|
|
- <td>2017-03-03 14:29:03</td>
|
|
|
- <td><a href="#detail" data-toggle="modal" data-target="#view">详细</a></td>
|
|
|
+ <td><a href="#update" data-toggle="modal" data-target="#update">升级</a></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -196,16 +188,53 @@
|
|
|
<tr><th>企业规模</th><td colspan="3">20-50</td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <table class="table table-bordered">
|
|
|
- <tbody>
|
|
|
- <tr><th colspan="2">专业版激活</th></tr>
|
|
|
- <tr><th>广东(2018)</th><td>浙江办陈帅(2018-01-02)<br><a href="" >298DJ1GH716S1</a>
|
|
|
-
|
|
|
- </td></tr>
|
|
|
- <tr><th>广东(2017)</th><td></td></tr>
|
|
|
- <tr><th>重庆(2017)</th><td></td></tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 弹窗查看用户详情-->
|
|
|
+ <div class="modal fade" id="update" tabindex="-1" role="dialog">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
|
+ <h4 class="modal-title" >产品升级</h4>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <tbody>
|
|
|
+ <tr><th colspan="2">专业版升级</th></tr>
|
|
|
+ <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>
|
|
|
+ </div>
|
|
|
+ 广东办刘飞 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>
|
|
|
+ </div>
|
|
|
+ 广东办刘飞 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>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|