|
|
|
@ -70,7 +70,7 @@
|
|
|
|
|
|
|
|
|
|
table.render({
|
|
|
|
|
elem: '#data-table',
|
|
|
|
|
url: '/dsBase/dataease/getDataSet',
|
|
|
|
|
url: '/dsBase/dataease/getDataSet',
|
|
|
|
|
height: 'full-35',
|
|
|
|
|
page: {
|
|
|
|
|
limit: 20
|
|
|
|
@ -81,16 +81,16 @@
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '分类', field: 'parent_name', align: 'center' },
|
|
|
|
|
{ title: '数据集', field: 'dataset_name', align: 'center'},
|
|
|
|
|
{ title: '表名', field: 'table_name', align: 'center'},
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center'}
|
|
|
|
|
{ title: '数据集', field: 'dataset_name', align: 'center' },
|
|
|
|
|
// { title: '表名', field: 'table_name', align: 'center' },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center' }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
|
skin: 'line',
|
|
|
|
|
defaultToolbar: []
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
table.on('tool(data-table)', function (obj) {
|
|
|
|
|
window.location.href = "./dataMod.html?id=" + obj.data.id;
|
|
|
|
|
window.location.href = "./dataMod.html?id=" + obj.data.id;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|