From a07f90d6106971923e8f761f253a9b4d30a60752 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期二, 06 五月 2025 15:37:30 +0800 Subject: [PATCH] Merge branch 'feature-i18n' into dev --- src/views/mainPlan/weldSeam/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mainPlan/weldSeam/index.vue b/src/views/mainPlan/weldSeam/index.vue index 8b67ca3..62279a6 100644 --- a/src/views/mainPlan/weldSeam/index.vue +++ b/src/views/mainPlan/weldSeam/index.vue @@ -9,7 +9,7 @@ icon="Upload" @click="handleImport" v-hasPermi="['weldSeam:weldSeam:importData']" - >瀵煎叆</el-button> + >{{ $t("common.common.import") }}</el-button> </el-col> <el-col :span="1.5"> <el-button @@ -18,7 +18,7 @@ icon="Download" @click="handleExport" v-hasPermi="['weldSeam:weldSeam:export']" - >瀵煎嚭</el-button> + >{{ $t("common.common.export") }}</el-button> </el-col> <right-toolbar :search="false" @queryTable="getList"></right-toolbar> </el-row> @@ -32,7 +32,7 @@ @on-checkbox="handleCheckboxChange" > <template #buttons="{row}"> - <vxe-button mode="text" @click="viewEvent(row)">缂栬緫</vxe-button> + <vxe-button mode="text" @click="viewEvent(row)">{{ $t("common.common.edit") }}</vxe-button> <!-- <vxe-button mode="text" @row-click="viewEvent(row.year)">缂栬緫</vxe-button> --> </template> </HxlhTable> -- Gitblit v1.9.3