diff --git a/src/store/modules/dashboard.ts b/src/store/modules/dashboard.ts
index c77af644..6e7d33a0 100644
--- a/src/store/modules/dashboard.ts
+++ b/src/store/modules/dashboard.ts
@@ -59,7 +59,7 @@ export const dashboardStore = defineStore({
currentTabItems: [],
dashboards: [],
currentDashboard: null,
- editMode: true,
+ editMode: false,
}),
actions: {
setLayout(data: LayoutConfig[]) {
diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue
index df462af2..f767b2b9 100644
--- a/src/views/dashboard/List.vue
+++ b/src/views/dashboard/List.vue
@@ -44,7 +44,11 @@ limitations under the License. -->
@selection-change="handleSelectionChange"
>
-
+
+
+ {{ scope.row.name }}
+
+
@@ -56,10 +60,10 @@ limitations under the License. -->
-
+
{{ t("edit") }}
-
+
{{ t("rename") }}