This commit is contained in:
Qiuxia Fan 2022-03-21 23:22:45 +08:00
parent 4367b53030
commit c24721b625
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ export const routesInfra: Array<RouteRecordRaw> = [
title: "infrastructure",
icon: "scatter_plot",
exact: true,
hasGroup: false,
hasGroup: true,
},
redirect: "/infrastructure",
component: Layout,

View File

@ -61,7 +61,7 @@ limitations under the License. -->
<el-table-column label="Operations">
<template #default="scope">
<el-button size="small" @click="handleEdit(scope.row)">
{{ t("rename") }}
{{ t("edit") }}
</el-button>
<el-button size="small" @click="handleRename(scope.row)">
{{ t("rename") }}