mooho-base-admin-plus 2.10.59 → 2.10.60

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
@@ -230,3 +230,4 @@ mooho-base-admin-plus@2.10.56 - 修复上一版本的bug
230
230
  mooho-base-admin-plus@2.10.57 - 修复上一版本的bug
231
231
  mooho-base-admin-plus@2.10.58 - Excel表格增加动态只读
232
232
  mooho-base-admin-plus@2.10.59 - 修复Excel表格右键菜单的bug
233
+ mooho-base-admin-plus@2.10.60 - 修复表格冻结列时没有冻结序号、Excel表格可显示隐藏序号
@@ -103677,7 +103677,6 @@ const _sfc_main$o = {
103677
103677
  hotSetting: {
103678
103678
  themeName: "ht-theme-main",
103679
103679
  colHeaders: !0,
103680
- rowHeaders: !0,
103681
103680
  height: "auto",
103682
103681
  // columns: [],
103683
103682
  autoWrapCol: !0,
@@ -103800,7 +103799,7 @@ const _sfc_main$o = {
103800
103799
  typeof o == "function" ? o() : this.error("Front_Msg_View_Code_Not_Exist|" + a);
103801
103800
  return;
103802
103801
  }
103803
- if (this.tableView = s.dataView, this.tableView.columns = s.viewColumns, Handsontable.validators.registerValidator("text-required", (l, c) => {
103802
+ if (this.tableView = s.dataView, this.tableView.columns = s.viewColumns, this.hotSetting.rowHeaders = this.tableView.snEnable, Handsontable.validators.registerValidator("text-required", (l, c) => {
103804
103803
  (l || "").trim() ? c(!0) : c(!1);
103805
103804
  }), Handsontable.validators.registerValidator("numeric-required", (l, c) => {
103806
103805
  l == null ? c(!1) : Handsontable.validators.NumericValidator(l, c);
@@ -104491,7 +104490,8 @@ const _sfc_main$n = {
104491
104490
  title: this.$t("Front_Label_Sn"),
104492
104491
  slot: "sn",
104493
104492
  align: "center",
104494
- width: 60
104493
+ width: 60,
104494
+ fixed: this.columns.some((l) => l.isFixed) ? "left" : null
104495
104495
  }), this.tableView.commandEnable) {
104496
104496
  let l = {
104497
104497
  title: " ",
@@ -106094,7 +106094,7 @@ function _sfc_render$n(a, r, o, s, l, c) {
106094
106094
  ], 2)
106095
106095
  ], 2);
106096
106096
  }
106097
- const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-930f280f"]]), __vite_glob_1_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
106097
+ const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-1e098a08"]]), __vite_glob_1_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
106098
106098
  __proto__: null,
106099
106099
  default: viewTable
106100
106100
  }, Symbol.toStringTag, { value: "Module" })), _sfc_main$m = {