修复搜索中心跳转知识分享

This commit is contained in:
高嵩
2023-03-22 09:17:49 +08:00
parent 658f1ded2f
commit 810eaf8173
2 changed files with 255 additions and 251 deletions
@@ -19,7 +19,8 @@
</div>
<a-form-model-item class="itemModel" prop="projectVersion">
<a-input class="box-input"
:disabled="true"
oninput="javascript:this.value=this.value.replace(/[^\d]$/g,'')"
:maxLength="2"
v-model="formInline.projectVersion"
:placeholder="$t('PleaseEnter')+$t('projectVersion')"/>
</a-form-model-item>