|
|
@ -81,9 +81,9 @@
|
|
|
|
cols: [[
|
|
|
|
cols: [[
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
{ title: '分类', field: 'parent_name', align: 'center' },
|
|
|
|
{ title: '分类', field: 'parent_name', align: 'center' },
|
|
|
|
{ title: '数据集', field: 'dataset_name', align: 'center'},
|
|
|
|
{ title: '数据集', field: 'dataset_name', align: 'center' },
|
|
|
|
{ title: '表名', field: 'table_name', align: 'center'},
|
|
|
|
// { title: '表名', field: 'table_name', align: 'center' },
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center'}
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center' }
|
|
|
|
]],
|
|
|
|
]],
|
|
|
|
skin: 'line',
|
|
|
|
skin: 'line',
|
|
|
|
defaultToolbar: []
|
|
|
|
defaultToolbar: []
|
|
|
|