Browse Source

地图组件bug修复

zhouy 3 years ago
parent
commit
3d2790db23

+ 1 - 1
uas-office-web/uas-mobile/src/components/common/formNew/FormInput.jsx

@@ -96,7 +96,7 @@ export default class FormInput extends Component {
         this.getTextCom(billModel)
     }
     return (
-      billIsDateSingle(billModel) ? <div>
+        (billIsDateSingle(billModel)||billIsMap(billModel)) ? <div>
           {valueItem}
         </div> :
         billIsMultiLine(billModel) ? (this.renderTwoLines(