@tplc/business 0.4.152 → 0.4.154

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,34 @@
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.154](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.153...v0.4.154) (2025-07-09)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * phone error ([8fda032](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/8fda0323c0626bf026ee701f85740216ab5c117c))
11
+
12
+ ### [0.4.153](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.149...v0.4.153) (2025-07-09)
13
+
14
+
15
+ ### 🐛 Bug Fixes | Bug 修复
16
+
17
+ * bag ([5216da7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5216da7f53a0fe6f08e4f4804b638c12c00f8729))
18
+
19
+
20
+ ### 🚀 Chore | 构建/工程依赖/工具
21
+
22
+ * **release:** 0.4.150 ([6f4024b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6f4024bd4ab6b7aac6bffd6cfd38b85a9742aa86))
23
+ * **release:** 0.4.151 ([2b3633e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2b3633e5c4fc68732f2c50fdbb1f53484ac3a09d))
24
+ * **release:** 0.4.152 ([290a509](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/290a5094ac19c4bc759e6e65a5ffe2fb7464e516))
25
+
26
+
27
+ ### ✨ Features | 新功能
28
+
29
+ * cancel 支持 props ([ba8da2f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ba8da2f066a7a610549400724265184665c816e6))
30
+ * tag ([790e9c0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/790e9c00900cafb389fa406eaf9e50acdc9bb9a6))
31
+ * 支持tags ([836acd8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/836acd854f30018968b9f39bdd2e1ab8dc5bd2a0))
32
+
5
33
  ### [0.4.152](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.151...v0.4.152) (2025-07-08)
6
34
 
7
35
 
@@ -295,7 +295,7 @@ const onActionClick = async () => {
295
295
  }
296
296
  }
297
297
  const getPhoneNumber = (e) => {
298
- if (e.detail.errMsg === 'getPhoneNurefreshmber:ok') {
298
+ if (e.detail.errMsg === 'getPhoneNumber:ok') {
299
299
  emits('phone', e)
300
300
  }
301
301
  }
@@ -50,7 +50,7 @@
50
50
  </view>
51
51
  </view>
52
52
  <view class="day-info flex flex-col items-center justify-center p-1 box-border mr-0.75">
53
- <view class="day-info-top">余{{ item.total }}</view>
53
+ <view class="day-info-top">{{ item.total ? `余${item.total}` : '满房' }}</view>
54
54
  <view class="day-info-bottom mt-1.5">
55
55
  <view v-if="item.pp">
56
56
  <text>{{ item.dp || item.sp ? '销:' : '' }}¥{{ item.pp }}/</text>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.152",
3
+ "version": "0.4.154",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],