mooho-base-admin-plus 2.9.2 → 2.9.4
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
|
@@ -168,5 +168,7 @@ mooho-base-admin-plus@2.8.24 - 优化表格全屏
|
|
|
168
168
|
mooho-base-admin-plus@2.8.25 - 优化表格全屏
|
|
169
169
|
mooho-base-admin-plus@2.8.26 - 优化表格全屏
|
|
170
170
|
mooho-base-admin-plus@2.9.0 - 增加密码过期
|
|
171
|
-
mooho-base-admin-plus@2.9.1 -
|
|
171
|
+
mooho-base-admin-plus@2.9.1 - 修复表格中弹出选择框显示异常,待观察
|
|
172
172
|
mooho-base-admin-plus@2.9.2 - 修复自定义页面无法编辑的bug
|
|
173
|
+
mooho-base-admin-plus@2.9.3 - 修复表格验证无效的bug
|
|
174
|
+
mooho-base-admin-plus@2.9.4 - 增加日期格式化方法
|
|
@@ -18874,6 +18874,9 @@ const initRouter = (a, r) => {
|
|
|
18874
18874
|
return typeof a == "string" ? a.replaceAll(" ", " ").replaceAll(`
|
|
18875
18875
|
`, "<br/>") : a;
|
|
18876
18876
|
},
|
|
18877
|
+
getDateFormat(a, r) {
|
|
18878
|
+
return format$4(a, r);
|
|
18879
|
+
},
|
|
18877
18880
|
// 根据表达式取值
|
|
18878
18881
|
parseData(a, r) {
|
|
18879
18882
|
return lodashExports.get(a, r);
|
|
@@ -43310,7 +43313,7 @@ const _sfc_main$n = {
|
|
|
43310
43313
|
let r = this.staticData[a];
|
|
43311
43314
|
for (let o = 0; o < this.columns.length; o++) {
|
|
43312
43315
|
let s = this.columns[o], l = this.parseData(r, s.code);
|
|
43313
|
-
if (s.slot || r._isShow && r._isShow[s.code] == !1)
|
|
43316
|
+
if (s.slot != "normal" || r._isShow && r._isShow[s.code] == !1)
|
|
43314
43317
|
continue;
|
|
43315
43318
|
if (s.isShow == !1)
|
|
43316
43319
|
continue;
|
|
@@ -44665,7 +44668,7 @@ function _sfc_render$n(a, r, o, s, l, u) {
|
|
|
44665
44668
|
], 2)
|
|
44666
44669
|
], 2);
|
|
44667
44670
|
}
|
|
44668
|
-
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-
|
|
44671
|
+
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-23d0b371"]]), __vite_glob_1_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
44669
44672
|
__proto__: null,
|
|
44670
44673
|
default: viewTable
|
|
44671
44674
|
}, Symbol.toStringTag, { value: "Module" })), _sfc_main$m = {
|