对接项目变更

This commit is contained in:
sunFlower
2022-10-17 16:30:59 +08:00
parent cffd8630a9
commit 308cdf5ffb
3 changed files with 9 additions and 8 deletions
@@ -32,9 +32,10 @@
<div class="title-text">
<span class="title-text-text" :title="$t('explain')">{{$t('explain')}}</span>
</div>
<a-form-model-item class="itemModel" prop="explain">
<a-form-model-item class="itemModel" prop="explanation">
<a-textarea :placeholder="$t('pleaseEnter')+$t('explain')"
v-model="formInline.explain"
v-model="formInline.explanation
"
:rows="4"/>
</a-form-model-item>
</div>
@@ -63,7 +64,7 @@
visible: false,
yearNameDataList: [],
rules: {
explain: [
explanation: [
{
max: 300,
message: this.$t('explain') + this.$t('cannotExceed') + 300 + this.$t('Characters'),