修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-12 10:11:57 +08:00
parent 352fcc1224
commit 10cbc10dd2
2 changed files with 3 additions and 3 deletions
@@ -130,7 +130,7 @@
</div>
<a-form-model-item class="itemModel" style="width: calc(100% - 113px)" prop="comment">
<a-textarea :placeholder="$t('pleaseEnter')+$t('fullTextComments')"
v-model="formInlineText.comment"
v-model.trim="formInlineText.comment"
:rows="4"/>
</a-form-model-item>
</div>
@@ -140,7 +140,7 @@
</div>
<a-form-model-item class="itemModel" style="width: calc(100% - 113px)" prop="comment">
<a-textarea :placeholder="$t('pleaseEnter')+$t('comparativeComments')"
v-model="formInlineText.comment"
v-model.trim="formInlineText.comment"
:rows="4"/>
</a-form-model-item>
</div>