wangting
2024-05-10 abe65dd511c2784a953dc6ec01f762322a361e53
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"