From 7caea3022ed0fcc469ff58cb921c2e9713d60bf6 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 29 七月 2024 12:12:15 +0800
Subject: [PATCH] 修改中英文切换

---
 north-glass-erp/northglass-erp/src/views/sd/basicData/CreateBasicData.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/sd/basicData/CreateBasicData.vue b/north-glass-erp/northglass-erp/src/views/sd/basicData/CreateBasicData.vue
index d96dcaa..7f7d912 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/basicData/CreateBasicData.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/basicData/CreateBasicData.vue
@@ -208,7 +208,7 @@
             v-model="basic.basicType"
             @change="handleChange"
             :options="options"
-            placeholder=""
+            :placeholder="$t('processCard.pleaseSelect')"
             :disabled="props.rowIndex"
         />
       </el-col>

--
Gitblit v1.8.0