[update] 修改bug87321
This commit is contained in:
+3
-3
@@ -238,7 +238,7 @@ export default {
|
|||||||
// 认证对象
|
// 认证对象
|
||||||
authenticationObject: {
|
authenticationObject: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.authenticationObject')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.authenticationObject')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
@@ -262,7 +262,7 @@ export default {
|
|||||||
// 适用车型
|
// 适用车型
|
||||||
applicableVehicle: {
|
applicableVehicle: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.applicableVehicleType')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.applicableVehicleType')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
@@ -270,7 +270,7 @@ export default {
|
|||||||
// 动力类型
|
// 动力类型
|
||||||
dynamicType: {
|
dynamicType: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.dynamicType')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.dynamicType')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
|
|||||||
Reference in New Issue
Block a user