|
@@ -35,7 +35,7 @@
|
|
<div class="layui-inline">
|
|
<div class="layui-inline">
|
|
<label class="layui-form-label">用户名称</label>
|
|
<label class="layui-form-label">用户名称</label>
|
|
<div class="layui-input-inline">
|
|
<div class="layui-input-inline">
|
|
- <input type="text" name="title" class="layui-input" placeholder="UID、昵称">
|
|
|
|
|
|
+ <input type="text" name="title" class="layui-input" placeholder="UID、昵称、姓名">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-inline">
|
|
<div class="layui-inline">
|
|
@@ -97,7 +97,7 @@
|
|
layList.tableList('List',"{:Url('getSpecialReplyList')}?special_id="+special_id,function (){
|
|
layList.tableList('List',"{:Url('getSpecialReplyList')}?special_id="+special_id,function (){
|
|
return [
|
|
return [
|
|
{field: 'id', title: '编号', width:'5%',align:'center'},
|
|
{field: 'id', title: '编号', width:'5%',align:'center'},
|
|
- {field: 'nickname', title: '昵称', width:'7%',align:'center', style:'word-break:break-all;'},
|
|
|
|
|
|
+ {field: 'nickname', title: '姓名', width:'10%',align:'center', style:'word-break:break-all;'},
|
|
{field: 'title', title: '专题名称', width:'10%',align:'center', style:'word-break:break-all;'},
|
|
{field: 'title', title: '专题名称', width:'10%',align:'center', style:'word-break:break-all;'},
|
|
{field: 'satisfied_score', title: '满意评分', width:'6%',align:'center'},
|
|
{field: 'satisfied_score', title: '满意评分', width:'6%',align:'center'},
|
|
{field: 'comment', title: '评论内容', toolbar:'#comment', style:'word-break:break-all;'},
|
|
{field: 'comment', title: '评论内容', toolbar:'#comment', style:'word-break:break-all;'},
|