mooho-base-admin-plus 2.5.30 → 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
|
@@ -124,3 +124,5 @@ mooho-base-admin-plus@2.5.27 - 修复升级后出现的警告
|
|
|
124
124
|
mooho-base-admin-plus@2.5.28 - form增加tables属性
|
|
125
125
|
mooho-base-admin-plus@2.5.29 - 修复升级后出现的警告
|
|
126
126
|
mooho-base-admin-plus@2.5.30 - 修复表格勾选后修改数据勾选消失的bug
|
|
127
|
+
mooho-base-admin-plus@2.5.31 - 修复选择框筛选布尔值的bug
|
|
128
|
+
mooho-base-admin-plus@2.5.31 - 重新发布
|
|
@@ -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({
|