flame-plus 1.5.8 → 1.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57859,8 +57859,8 @@ function Lme(t, e) {
57859
57859
  const h = d.nodeKind === "subForm", p = d.config || {}, m = (d.children || []).map((w) => {
57860
57860
  var y;
57861
57861
  const E = w.formItem || {}, C = {
57862
- // 使用控件标识(i)作为表单项 prop
57863
- prop: w.i,
57862
+ // formItem.prop 优先(面板拖入时预设),回退到控件标识(i)
57863
+ prop: E.prop || w.i,
57864
57864
  label: E.label ?? w.label,
57865
57865
  required: E.required,
57866
57866
  rules: E.rules,