mooho-base-admin-plus 2.5.31 → 2.5.32
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.
package/history.md
CHANGED
|
@@ -38101,7 +38101,7 @@ const modalTable = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_ren
|
|
|
38101
38101
|
}) : r.dataType == "Decimal" || r.dataType == "Float" || r.dataType == "Double" ? r.dataSource.push({
|
|
38102
38102
|
id: parseFloat(o),
|
|
38103
38103
|
name: s
|
|
38104
|
-
}) : r.dataType == "Boolean" ? r.dataSource.push({
|
|
38104
|
+
}) : r.dataType == "Boolean" && (r.controlType == "Check" || r.controlType == "Switch") ? r.dataSource.push({
|
|
38105
38105
|
id: o.toUpperCase() == "TRUE",
|
|
38106
38106
|
name: s
|
|
38107
38107
|
}) : r.dataSource.push({
|