Browse Source

文案翻译

cxmo 8 months ago
parent
commit
2c55cd3154

+ 2 - 1
src/lang/modules/DataSources/En.js

@@ -117,7 +117,8 @@ export default {
     ph_classify_name: 'Please select a category name',
     batch_add_max_msg:'The number of indicators added in batch does not exceed 30',
     batch_add_hint1:'Some indicators are incomplete. Please check',
-    batch_add_hint2:'Some indicator names already exist. Please enter a new one'
+    batch_add_hint2:'Some indicator names already exist. Please enter a new one',
+    batch_add_placeholder:'Place select Indicator category',
   },
 
   /* un数据页面 */

+ 2 - 1
src/lang/modules/DataSources/Zh.js

@@ -117,7 +117,8 @@ export default {
     batch_add_max_msg:'批量添加指标数量不超过30个',
     batch_classify_msg:'请选择指标',
     batch_add_hint1:'部分指标信息未填写完整,请检查',
-    batch_add_hint2:'部分指标名称已存在,请重新填写'
+    batch_add_hint2:'部分指标名称已存在,请重新填写',
+    batch_add_placeholder:'请选择指标库目录',
 
   },
 

+ 2 - 0
src/views/dataEntry_manage/thirdBase/components/batchAddIndicsDia.vue

@@ -81,6 +81,7 @@
                                     checkStrictly: true,
                                     emitPath:false
                                 }"
+                                :placeholder="$t('SteelChemicalPage.batch_add_placeholder')"
                             >
                             </el-cascader>
                         </template>
@@ -95,6 +96,7 @@
                                     checkStrictly: true,
                                     emitPath:false
                                 }"
+                                :placeholder="$t('SteelChemicalPage.batch_add_placeholder')"
                                 style="width:100%;"
                                 :disabled="classifyType===2"
                             ></el-cascader>