@tplc/business 0.4.33 → 0.4.34

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.4.34](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.33...v0.4.34) (2025-03-29)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 修改属性 ([e8ab53e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e8ab53eec1f85e74fe901f3971a557713bee5486))
11
+
5
12
  ### [0.4.33](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.76...v0.4.33) (2025-03-29)
6
13
 
7
14
 
@@ -222,7 +222,7 @@ const canBack = computed(() => {
222
222
 
223
223
  const capsuleList = computed(() => {
224
224
  const list: ICapsule[] = []
225
- if (props.back) {
225
+ if (canBack.value) {
226
226
  list.push({
227
227
  icon: 'zuo_left',
228
228
  action: 'back',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.33",
3
+ "version": "0.4.34",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],