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