Browse Source

perf(views): 优化“选择网关参数”多语言

wangshun 3 weeks ago
parent
commit
359024a9ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/create-device/GatewayParameters.vue

+ 2 - 2
src/views/create-device/GatewayParameters.vue

@@ -1246,7 +1246,7 @@ onMounted(() => {
               <ATabPane key="monitoring" :tab="$t('createDevice.dataMonitoring')">
                 <AFlex justify="space-between" align="center" class="gateway-parameters-left-bottom">
                   <AInput
-                    placeholder="清输入网关参数名称搜索"
+                    :placeholder="t('common.search')"
                     v-model:value="monitorSearchContent"
                     class="input-width"
                     allow-clear
@@ -1285,7 +1285,7 @@ onMounted(() => {
               <ATabPane key="remote" :tab="$t('createDevice.remoteControl')" force-render>
                 <AFlex justify="space-between" align="center" class="gateway-parameters-left-bottom">
                   <AInput
-                    :placeholder="t('createDevice.pleaseEnterSearchName')"
+                    :placeholder="t('common.search')"
                     class="input-width"
                     v-model:value="controlSearchContent"
                     allow-clear