@ctzy-web-client/plugin-component-vue 1.0.34 → 1.0.35

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.
@@ -326,7 +326,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign(__default__, {
326
326
  }), {
327
327
  header: withCtx(() => [
328
328
  renderSlot(_ctx.$slots, `table-header-col-${item.attrName}`, {}, () => [
329
- createTextVNode(toDisplayString(item.title + __props.height), 1)
329
+ createTextVNode(toDisplayString(item.title), 1)
330
330
  ])
331
331
  ]),
332
332
  default: withCtx(({ row, $index }) => [
@@ -330,7 +330,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign(__default__, {
330
330
  }), {
331
331
  header: vue.withCtx(() => [
332
332
  vue.renderSlot(_ctx.$slots, `table-header-col-${item.attrName}`, {}, () => [
333
- vue.createTextVNode(vue.toDisplayString(item.title + __props.height), 1)
333
+ vue.createTextVNode(vue.toDisplayString(item.title), 1)
334
334
  ])
335
335
  ]),
336
336
  default: vue.withCtx(({ row, $index }) => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzy-web-client/plugin-component-vue",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.mjs",
6
6
  "exports": {
@@ -49,7 +49,7 @@
49
49
  >
50
50
  <template #header>
51
51
  <slot :name="`table-header-col-${item.attrName}`">
52
- {{ item.title+height }}
52
+ {{ item.title }}
53
53
  </slot>
54
54
  </template>
55
55
  <template #default="{ row, $index }">