From 2d625093fa758704b67c94c3af09e422af6eb841 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Thu, 7 Nov 2024 09:09:35 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/pages/dataease/dataList.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebRoot/html/pages/dataease/dataList.html b/WebRoot/html/pages/dataease/dataList.html index c8ba08c0..d4bc3875 100644 --- a/WebRoot/html/pages/dataease/dataList.html +++ b/WebRoot/html/pages/dataease/dataList.html @@ -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 } }); });