[update] 修改bug78158

This commit is contained in:
lideqin
2023-11-08 17:47:28 +08:00
parent 5ed67919d4
commit 57cf0b36ed
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@
<a-row :gutter="24">
<a-col :span="6">
<a-form-item :label="$t('personalCenter.receivedShare.pushSearch')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input :placeholder="$t('personalCenter.receivedShare.enterPushInfo')" v-model="queryParam.rubric"></a-input>
<a-input :placeholder="$t('pleaseEnter') + $t('title')" v-model="queryParam.rubric"></a-input>
</a-form-item>
</a-col>
<a-col :span="6">
@@ -6,7 +6,7 @@
<a-row :gutter="24">
<a-col :span="6">
<a-form-item :label="$t('personalCenter.sentShare.transmitSearch')" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input :placeholder="$t('personalCenter.sentShare.enterTransmitSearch')" v-model="queryParam.rubric"></a-input>
<a-input :placeholder="$t('pleaseEnter') + $t('title')" v-model="queryParam.rubric"></a-input>
</a-form-item>
</a-col>
<a-col :span="6">