mooho-base-admin-plus 2.10.42 → 2.10.43

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
@@ -213,3 +213,4 @@ mooho-base-admin-plus@2.10.39 - 修复上一版本的bug
213
213
  mooho-base-admin-plus@2.10.40 - 修复上一版本的bug
214
214
  mooho-base-admin-plus@2.10.41 - 修复上一版本的bug
215
215
  mooho-base-admin-plus@2.10.42 - Excel表格只读
216
+ mooho-base-admin-plus@2.10.43 - Excel表格增加excelTableTop插槽
@@ -42287,8 +42287,8 @@ function _sfc_render$p(a, r, o, s, l, c) {
42287
42287
  "parent-data": l.data,
42288
42288
  onOnChange: (de, we, he) => c.onDataChange(W, null, de, we, he)
42289
42289
  }, {
42290
- filterCommand: withCtx(() => [
42291
- renderSlot(a.$slots, "excelTableFilterCommand", {
42290
+ top: withCtx(() => [
42291
+ renderSlot(a.$slots, "excelTableTop", {
42292
42292
  tableColumn: W,
42293
42293
  tableCode: W.code
42294
42294
  })
@@ -103457,7 +103457,7 @@ const _sfc_main$o = {
103457
103457
  let r = this.staticData[a];
103458
103458
  for (let o = 0; o < this.columns.length; o++) {
103459
103459
  let s = this.columns[o], l = this.parseData(r, s.code);
103460
- if (s.slot == "normal" && !(r._isShow && r._isShow[s.code] == !1) && s.isShow != !1) {
103460
+ if (s.isShow != !1) {
103461
103461
  if (s.isRequired && (l == null || !(String(l) || "").trim()))
103462
103462
  return this.error("Front_Msg_Row_Column_Required|" + (a + 1) + "|" + name), !1;
103463
103463
  if (s.maxValue != null && !isNaN(l) && l > s.maxValue)