From 18b5b27959b7868c7cf7e19a7b636ffc1a494e41 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 12 九月 2025 14:21:49 +0800
Subject: [PATCH] 新增韩语翻译
---
UI-Project/src/views/Reportmanage/reportEdgCache.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/UI-Project/src/views/Reportmanage/reportEdgCache.vue b/UI-Project/src/views/Reportmanage/reportEdgCache.vue
index f0c6faf..850a99b 100644
--- a/UI-Project/src/views/Reportmanage/reportEdgCache.vue
+++ b/UI-Project/src/views/Reportmanage/reportEdgCache.vue
@@ -5,9 +5,9 @@
<el-date-picker style="margin-left: 10px;" v-model="timeRange" type="daterange" format="YYYY/MM/DD"
value-format="YYYY-MM-DD" :start-placeholder="$t('reportmanage.starttime')"
:end-placeholder="$t('reportmanage.endtime')" :default-time="defaultTime" />
- <el-input v-model="report.targetSlot" style="margin-left: 15px;width: 150px" placeholder="璇疯緭鍏ユ牸瀛愬彿" />
- <!-- <el-input v-model="report.width" style="margin-left: 15px;width: 150px" placeholder="璇疯緭鍏ュ" />
- <el-input v-model="report.height" style="margin-left: 15px;width: 150px" placeholder="璇疯緭鍏ラ珮" /> -->
+ <el-input v-model="report.targetSlot" style="margin-left: 15px;width: 150px" :placeholder="$t('rework.gridNumberEnter')"/>
+ <!-- <el-input v-model="report.width" style="margin-left: 15px;width: 150px" :placeholder="$t('searchOrder.inwidth')"/>
+ <el-input v-model="report.height" style="margin-left: 15px;width: 150px" :placeholder="$t('searchOrder.inwidth')"/> -->
<el-select v-model="report.taskType" :placeholder="$t('reportmanage.ctype')" style="margin-left: 10px;">
<el-option :label="$t('reportmanage.all')" value="-1"></el-option>
<el-option :label="$t('reportmanage.incomplete')" value="0"></el-option>
@@ -27,7 +27,7 @@
<el-button type="primary" style="margin-left: 10px;" @click="selectReportData()">{{ $t('reportmanage.inquire')
}}</el-button>
</div>
- <el-card style="flex: 1;margin-left: 10px;" v-loading="loading">
+ <el-card style="flex: 1;margin-left: 10px;margin-top: 10px;" v-loading="loading">
<!-- <div style="margin-bottom: 20px">
<el-row style="margin-top: -15px;margin-bottom: -2px;">
<el-col :span="3">
--
Gitblit v1.8.0