3h1-ui 1.2.0-beta.2 → 1.2.0-beta.3

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/es/index.js CHANGED
@@ -19607,7 +19607,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
19607
19607
  });
19608
19608
  const getColumns = computed(() => {
19609
19609
  return getProps.value.columns.map((item) => {
19610
- return { ...basicColumn, ...item };
19610
+ return { ...basicColumn, ...item, dataIndex: item.field };
19611
19611
  });
19612
19612
  });
19613
19613
  const { page, setPage } = usePagination();
package/lib/index.js CHANGED
@@ -19612,7 +19612,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
19612
19612
  });
19613
19613
  const getColumns = vue.computed(() => {
19614
19614
  return getProps.value.columns.map((item) => {
19615
- return { ...basicColumn, ...item };
19615
+ return { ...basicColumn, ...item, dataIndex: item.field };
19616
19616
  });
19617
19617
  });
19618
19618
  const { page, setPage } = usePagination();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "1.2.0-beta.2",
3
+ "version": "1.2.0-beta.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",