diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index d1c372dd..4096291c 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -57,14 +57,34 @@ limitations under the License. --> - + - + + + + - - - @@ -373,6 +382,9 @@ limitations under the License. --> searchDashboards(1); loading.value = false; } + function handleTopLevel(row: any) { + console.log(row); + } function handleRename(row: DashboardItem) { ElMessageBox.prompt("Please input dashboard name", "Edit", { confirmButtonText: "OK",