添加数据可视化

This commit is contained in:
lilong@dgg.net 2021-04-09 11:12:33 +08:00
parent b30896f367
commit 0ed6ea5b98
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
elem: '#dataTable'
,height: 500
,toolbar: true
,url: "{{ route('data_view.cdr.index') }}" //数据接口
,url: "{{ route('data_view.cdr') }}" //数据接口
,page: false //开启分页
,cols: [[
{align: 'center', title: '用户', rowspan: 2,field:'nickname'},