|
@@ -374,7 +374,7 @@ export default {
|
|
|
isShow: this.formOptions.gpsAddress.isShow,
|
|
|
name: 'el-input',
|
|
|
md: 13,
|
|
|
- formItemAttributes: { label: '', prop: 'gpsAddress', rules: this.formOptions.gpsAddress.isRules, errLabel: 'GPS地址' },
|
|
|
+ formItemAttributes: { label: '', prop: 'gpsAddress', rules: [], errLabel: 'GPS地址' },
|
|
|
attributes: { disabled: true, placeholder: 'GPS地址' }
|
|
|
},
|
|
|
{
|