|
@@ -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
|