对接项目变更

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
@@ -79,8 +79,8 @@
<div class="content-text">
<div class="text-field-content">
<span class="text-field-left" :title="$t('explain')">{{$t('explain')}}</span>
<span class="text-field-right" :title="queryForm.explain"
>{{queryForm.explain}}</span>
<span class="text-field-right" :title="queryForm.explanation"
>{{queryForm.explanation}}</span>
</div>
</div>
<div class="content-text">
@@ -200,9 +200,9 @@
<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>
@@ -257,7 +257,7 @@
trigger: 'blur'
}
],
explain:[
explanation:[
{
max: 300,
message: this.$t('explain') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
@@ -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'),