修改法规月报的字段名称

This commit is contained in:
sunFlower
2022-10-27 10:14:41 +08:00
parent 04e6792f0b
commit e2385b900f
@@ -164,7 +164,7 @@
<div class="box-title-text"> <div class="box-title-text">
<div class="title-text"> <div class="title-text">
<span class="title-text-text" <span class="title-text-text"
:title="$t('ImplementationDate')">{{$t('ImplementationDate')}}</span> :title="$t('releaseDate')">{{$t('releaseDate')}}</span>
</div> </div>
<a-form-model-item class="itemModel" prop="newCarImplementTime"> <a-form-model-item class="itemModel" prop="newCarImplementTime">
<!-- :placeholder="$t('PleaseEnter')+$t('ImplementationDate')"--> <!-- :placeholder="$t('PleaseEnter')+$t('ImplementationDate')"-->
@@ -179,7 +179,7 @@
<div class="box-title-text"> <div class="box-title-text">
<div class="title-text"> <div class="title-text">
<span class="title-text-text" <span class="title-text-text"
:title="$t('vehicleInProductionDate')">{{$t('vehicleInProductionDate')}}</span> :title="$t('implemenDate')">{{$t('implemenDate')}}</span>
</div> </div>
<a-form-model-item class="itemModel" prop="productionCarImplementTime"> <a-form-model-item class="itemModel" prop="productionCarImplementTime">
<!-- $t('PleaseEnter')+$t('vehicleInProductionDate')--> <!-- $t('PleaseEnter')+$t('vehicleInProductionDate')-->
@@ -340,14 +340,14 @@
productionCarImplementTime: [ productionCarImplementTime: [
{ {
max: 500, max: 500,
message: this.$t('vehicleInProductionDate') + this.$t('cannotExceed') + 500 + this.$t('Characters'), message: this.$t('implemenDate') + this.$t('cannotExceed') + 500 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ],
newCarImplementTime: [ newCarImplementTime: [
{ {
max: 500, max: 500,
message: this.$t('ImplementationDate') + this.$t('cannotExceed') + 500 + this.$t('Characters'), message: this.$t('releaseDate') + this.$t('cannotExceed') + 500 + this.$t('Characters'),
trigger: 'blur' trigger: 'blur'
} }
], ],