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