liyongli пре 23 часа
родитељ
комит
dd95a95b6d

+ 1 - 0
src/view/fenghui/en.js

@@ -1,4 +1,5 @@
 export default {
+    "searchText": "Please enter search keywords",
     "technicalAdvice": "Technical Support:18502918086,15809218541",
     "level": "Position Level",
     "levelContent": "Position Level",

+ 1 - 0
src/view/fenghui/es.js

@@ -1,4 +1,5 @@
 export default {
+    "searchText": "Por favor, introduzca la palabra clave de búsqueda",
     "technicalAdvice": "Consultoría técnica: 18502918086",
     "level": "Obligatorio- Nivel",
     "levelContent": "Obligatorio- Nivel",

+ 1 - 1
src/view/fenghui/form1.vue

@@ -26,7 +26,7 @@
                         :cancel-button-text="lang[langType].cancel" @confirm="countryRegionConfirm"
                         :title="lang[langType].countryRegion" @cancel="showCountryRegion = false">
                         <template #columns-top>
-                            <van-search @update:model-value="input" v-model="searchConuntry" placeholder="请输入搜索关键词" />
+                            <van-search @update:model-value="input" v-model="searchConuntry" :placeholder="lang[langType].searchText" />
                         </template>
                     </van-picker>
                 </van-popup>

+ 1 - 1
src/view/fenghui/form1Recurrence.vue

@@ -26,7 +26,7 @@
                         :cancel-button-text="lang[langType].cancel" @confirm="countryRegionConfirm"
                         :title="lang[langType].countryRegion" @cancel="showCountryRegion = false">
                         <template #columns-top>
-                            <van-search @update:model-value="input" v-model="searchConuntry" placeholder="请输入搜索关键词" />
+                            <van-search @update:model-value="input" v-model="searchConuntry" :placeholder="lang[langType].searchText" />
                         </template>
                     </van-picker>
                 </van-popup>

+ 1 - 1
src/view/fenghui/formRecurrence.vue

@@ -26,7 +26,7 @@
                         :cancel-button-text="lang[langType].cancel" @confirm="countryRegionConfirm"
                         :title="lang[langType].countryRegion" @cancel="showCountryRegion = false">
                         <template #columns-top>
-                            <van-search @update:model-value="input" v-model="searchConuntry" placeholder="请输入搜索关键词" />
+                            <van-search @update:model-value="input" v-model="searchConuntry" :placeholder="lang[langType].searchText" />
                         </template>
                     </van-picker>
                 </van-popup>

+ 1 - 0
src/view/fenghui/zh.js

@@ -1,4 +1,5 @@
 export default {
+    "searchText": "请输入搜索关键词",
     "technicalAdvice": "技术咨询:18502918086",
     "identityType": "身份类别",
     "identityTypeContent": "身份类别",