修改禅道已知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
@@ -63,7 +63,7 @@
<a-input class="box-input"
v-if="record.lableType == 8"
v-model.trim="record.content"
:maxLength="100"
:maxLength="300"
:placeholder="$t('PleaseEnter')"/>
<a-select :placeholder="$t('PleaseSelect')"
style="width: 100%"
@@ -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>