@yoooloo42/joker 1.0.137 → 1.0.138

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/dist/index.esm.js CHANGED
@@ -41441,7 +41441,7 @@ const hdl = {
41441
41441
  getKeys(p) {
41442
41442
  let a = [];
41443
41443
  p.forEach(i => {
41444
- a.push(i.key);
41444
+ a.push(i.fieldName);
41445
41445
  });
41446
41446
  return a
41447
41447
  },
@@ -41471,7 +41471,7 @@ const hdl = {
41471
41471
  tableProps_box.table.cols = [];
41472
41472
  itemsChecked.forEach(i => {
41473
41473
  tableProps_box.table.cols.push(tableProps_box.table.pickCol.colsInit.find(j => {
41474
- return j.key === i
41474
+ return j.fieldName === i
41475
41475
  }));
41476
41476
  });
41477
41477
  tableProps_box.table.pickCol.popup.visible = false;
@@ -41529,8 +41529,8 @@ return (_ctx, _cache) => {
41529
41529
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(tableProps_box).table.pickCol.colsInit, (item) => {
41530
41530
  return (openBlock(), createBlock(_component_el_checkbox, {
41531
41531
  style: {"display":"block","margin-bottom":"10px"},
41532
- label: item ? item.key : '',
41533
- key: item ? item.key : ''
41532
+ label: item ? item.fieldName : '',
41533
+ key: item ? item.fieldName : ''
41534
41534
  }, {
41535
41535
  default: withCtx(() => [
41536
41536
  createTextVNode(toDisplayString(item ? item.label : ''), 1 /* TEXT */)