diff --git a/src/views/dashboard/panel/Tool.vue b/src/views/dashboard/panel/Tool.vue index 1219c487..c82d5b38 100644 --- a/src/views/dashboard/panel/Tool.vue +++ b/src/views/dashboard/panel/Tool.vue @@ -72,19 +72,28 @@ limitations under the License. --> /> -
- - - - - - - +
+
+ + + + + + + +
+
+ +
@@ -106,7 +115,9 @@ import { import { useSelectorStore } from "@/store/modules/selectors"; import { ElMessage } from "element-plus"; import { Option } from "@/types/app"; +import { useI18n } from "vue-i18n"; +const { t } = useI18n(); const dashboardStore = useDashboardStore(); const selectorStore = useSelectorStore(); const appStore = useAppStoreWithOut(); @@ -434,12 +445,17 @@ function getTools() {