|
@@ -159,9 +159,7 @@ export default {
|
|
|
md: 2,
|
|
|
formItemAttributes: {
|
|
|
'label-width': '0px',
|
|
|
- prop: 'gpsAddress',
|
|
|
- rules: this.formOptions.gpsAddress.isRules,
|
|
|
- errLabel: 'GPS地址'
|
|
|
+ prop: '',
|
|
|
},
|
|
|
render: (h, { props }) => {
|
|
|
return (
|
|
@@ -216,7 +214,7 @@ export default {
|
|
|
isShow: this.formOptions.gpsAddress.isShow,
|
|
|
name: 'el-input',
|
|
|
md: 13,
|
|
|
- formItemAttributes: { label: '', prop: 'gpsAddress', rules: this.formOptions.gpsAddress.isRules },
|
|
|
+ formItemAttributes: { label: '', prop: 'gpsAddress', rules: this.formOptions.gpsAddress.isRules, errLabel: 'GPS地址' },
|
|
|
attributes: { disabled: true, placeholder: 'GPS地址' }
|
|
|
},
|
|
|
{
|