mooho-base-admin-plus 2.10.97 → 2.10.98
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 +2 -1
- package/package/mooho-base-admin-plus.min.esm.js +4 -4
- package/package/mooho-base-admin-plus.min.js +2 -2
- package/package/style.css +1 -1
- package/package.json +1 -1
- package/src/components/view/table-filter.vue +1 -1
- package/src/components/view/view-form.vue +1 -1
- package/src/components/view/view-table.vue +1 -1
package/history.md
CHANGED
|
@@ -267,4 +267,5 @@ mooho-base-admin-plus@2.10.93 - 前端改为CK4,允许使用本地脚本
|
|
|
267
267
|
mooho-base-admin-plus@2.10.94 - 修复Excel表格初始化过程中加载数据失败的bug
|
|
268
268
|
mooho-base-admin-plus@2.10.95 - 修复Excel表格报错的bug
|
|
269
269
|
mooho-base-admin-plus@2.10.96 - 增加modal-table-excel组件
|
|
270
|
-
mooho-base-admin-plus@2.10.97 - 选择框固定选项支持bool类型
|
|
270
|
+
mooho-base-admin-plus@2.10.97 - 选择框固定选项支持bool类型
|
|
271
|
+
mooho-base-admin-plus@2.10.98 - 修复上一版本的bug
|
|
@@ -30405,7 +30405,7 @@ const modalTable = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_ren
|
|
|
30405
30405
|
}) : a.dataType == "Decimal" || a.dataType == "Float" || a.dataType == "Double" ? a.dataSource.push({
|
|
30406
30406
|
id: parseFloat(o),
|
|
30407
30407
|
name: s
|
|
30408
|
-
}) : a.dataType == "Boolean" &&
|
|
30408
|
+
}) : a.dataType == "Boolean" && a.controlType != "Select" ? a.dataSource.push({
|
|
30409
30409
|
id: o.toUpperCase() == "TRUE",
|
|
30410
30410
|
name: s
|
|
30411
30411
|
}) : a.dataSource.push({
|
|
@@ -31849,7 +31849,7 @@ const tableSetting = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_r
|
|
|
31849
31849
|
}) : a.dataType == "Decimal" || a.dataType == "Float" || a.dataType == "Double" ? a.dataSource.push({
|
|
31850
31850
|
id: parseFloat(o),
|
|
31851
31851
|
name: s
|
|
31852
|
-
}) : a.dataType == "Boolean" &&
|
|
31852
|
+
}) : a.dataType == "Boolean" && a.controlType != "Select" ? a.dataSource.push({
|
|
31853
31853
|
id: o.toUpperCase() == "TRUE",
|
|
31854
31854
|
name: s
|
|
31855
31855
|
}) : a.dataSource.push({
|
|
@@ -96039,7 +96039,7 @@ const _sfc_main$n = {
|
|
|
96039
96039
|
}) : a.dataType == "Decimal" || a.dataType == "Float" || a.dataType == "Double" ? r._dataSource[a.code].push({
|
|
96040
96040
|
id: parseFloat(s),
|
|
96041
96041
|
name: l
|
|
96042
|
-
}) : a.dataType == "Boolean" &&
|
|
96042
|
+
}) : a.dataType == "Boolean" && a.controlType != "Select" ? r._dataSource[a.code].push({
|
|
96043
96043
|
id: s.toUpperCase() == "TRUE",
|
|
96044
96044
|
name: l
|
|
96045
96045
|
}) : r._dataSource[a.code].push({
|
|
@@ -97293,7 +97293,7 @@ function _sfc_render$n(a, r, o, s, l, u) {
|
|
|
97293
97293
|
], 2)
|
|
97294
97294
|
], 2);
|
|
97295
97295
|
}
|
|
97296
|
-
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-
|
|
97296
|
+
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-008a40bc"]]), __vite_glob_1_34 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
97297
97297
|
__proto__: null,
|
|
97298
97298
|
default: viewTable
|
|
97299
97299
|
}, Symbol.toStringTag, { value: "Module" })), _sfc_main$m = {
|