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. -->
-
+
-
- {{ scope.row.isRoot ? t("yes") : t("no") }}
-
+
+
+
+ {{ scope.row.isRoot ? t("setNormal") : t("setRoot") }}
+
+
+
+ --
-
+
+
+
+ --
+
+
+
{{ t("edit") }}
@@ -79,17 +99,6 @@ limitations under the License. -->
-
-
-
- {{ scope.row.isRoot ? t("setNormal") : t("setRoot") }}
-
-
-
@@ -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",