linwenxin 1 年間 前
コミット
30cf4a5c82

+ 2 - 4
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/basicInfo.js

@@ -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地址' }
         },
         {