| xqd
@@ -34,8 +34,8 @@
|
|
|
<tr>
|
|
|
|
|
|
<th class="sorting" data-sort="id"></th>
|
|
|
- <th class="sorting" data-sort="user_id"> 用户姓名</th>
|
|
|
- <th class="sorting" data-sort="newgoods_id"> 所属新品</th>
|
|
|
+ <th class="sorting" data-sort="user_id"> 姓名</th>
|
|
|
+ <th class="sorting" data-sort="newgoods_id"> 新品名 </th>
|
|
|
<th class="sorting"> 评分</th>
|
|
|
<th class="sorting" data-sort="content"> 评价内容</th>
|
|
|
<th class="sorting" data-sort="created_at"> 添加时间</th>
|
| xqd
@@ -70,11 +70,11 @@
|
|
|
<a href="{{ U('Furniture/Newgoods/Comment/destroy',['id'=>$item->id])}}" onclick="return confirm('你确定执行删除操作?');" class="btn btn-sm btn-danger pull-right">删除</a>
|
|
|
@endif
|
|
|
</div>
|
|
|
- @if(role('Furniture/Newgoods/Comment/view'))
|
|
|
+ {{-- @if(role('Furniture/Newgoods/Comment/view'))
|
|
|
<button onclick="layer.open({type: 2,area: ['80%', '90%'],content: '{{ U('Furniture/Newgoods/Comment/view',['id'=>$item->id])}}'});"
|
|
|
class="btn btn-primary ">查看
|
|
|
</button>
|
|
|
- @endif
|
|
|
+ @endif--}}
|
|
|
|
|
|
|
|
|
</td>
|