[update] 市场法规清单的新生产车实施日期、新认证车实施日期、注册日期修改为非必填
This commit is contained in:
+3
-3
@@ -207,7 +207,7 @@ export default {
|
|||||||
// 新生产车实施日期
|
// 新生产车实施日期
|
||||||
newProductImplDate: {
|
newProductImplDate: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.newProductionVehicleImplementationDate')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.newProductionVehicleImplementationDate')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
@@ -215,7 +215,7 @@ export default {
|
|||||||
// 新认证车实施日期
|
// 新认证车实施日期
|
||||||
newAuthImplDate: {
|
newAuthImplDate: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.newCertifiedVehicleImplementationDate')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.newCertifiedVehicleImplementationDate')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
@@ -223,7 +223,7 @@ export default {
|
|||||||
// 注册日期
|
// 注册日期
|
||||||
registrationDate: {
|
registrationDate: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.dateOfRegistration')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.dateOfRegistration')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
|
|||||||
Reference in New Issue
Block a user