Source/ProjectWeb/src/components/PLT-basic-component/basicForm.vue
@@ -186,7 +186,7 @@ showProp:item.showField, type: type, labelWidth: this.labelWidth || (item.text.length >= 6 ? 115 : 90), disabled: item.readOnly || this.disabled, disabled: !this.isEdit || item.readOnly || this.disabled, span: item.span ? item.span : item.type === "textarea"