|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
{ title: '数据集', field: 'dataset_name', align: 'center' },
|
|
|
|
|
{ title: '已填数据(条)', field: 'fill_count', align: 'center' },
|
|
|
|
|
// { title: '表名', field: 'table_name', align: 'center' },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center' }
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: 390 }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
|
defaultToolbar: [],
|
|
|
|
@ -128,7 +128,7 @@
|
|
|
|
|
} else if (obj.event === 'downloadData') {
|
|
|
|
|
window.location.href = "/dsBase/dataease/downloadExcel?id=" + obj.data.id;
|
|
|
|
|
} else {
|
|
|
|
|
window.location.href = "./dataMod.html?id=" + obj.data.id;
|
|
|
|
|
window.location.href = "./dataMod.html?id=" + obj.data.dataease_id
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|