From 5e4dc3af68c2bb0a5a33fcb395e7704207125ce8 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期二, 06 五月 2025 18:49:19 +0800 Subject: [PATCH] 提交中英文 --- src/views/basicData/processRouteDataPreparate/index.vue | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/basicData/processRouteDataPreparate/index.vue b/src/views/basicData/processRouteDataPreparate/index.vue index ba13333..61cebba 100644 --- a/src/views/basicData/processRouteDataPreparate/index.vue +++ b/src/views/basicData/processRouteDataPreparate/index.vue @@ -7,15 +7,17 @@ :rules="rules" :inline="true" v-show="showSearch" - label-width="68px" + :label-width="locale === 'zh' ? '90px' : '120px'" > <el-row :gutter="20"> <el-col :span="6"> - <el-form-item label="鏂欏彿" prop="itemCode"> + <el-form-item :label="$t('plan.query.itemNumber')" prop="itemCode"> <el-input style="width: 240px" v-model="queryParams.itemCode" - placeholder="璇疯緭鍏ユ枡鍙�" + :placeholder="`${$t('common.common.placeholder')}${$t( + 'plan.query.itemNumber' + )}`" clearable @keyup.enter="handleQuery" /> @@ -24,9 +26,13 @@ <el-col :span="18" style="text-align: right"> <el-form-item> <el-button type="primary" icon="Search" @click="handleQuery" - >鏌ヨ</el-button + >{{ + $t("common.common.query") + }}</el-button > - <el-button icon="Refresh" @click="resetQuery">閲嶇疆</el-button> + <el-button icon="Refresh" @click="resetQuery">{{ + $t("common.common.reset") + }}</el-button> </el-form-item> </el-col> </el-row> @@ -40,7 +46,7 @@ icon="Refresh" @click="handleRefresh" v-hasPermi="['apsPartRouteStat:edit']" - >鏇存柊</el-button + >{{$t("common.common.update")}}</el-button > </el-col> <right-toolbar -- Gitblit v1.9.3