@tplc/business 0.4.147 → 0.4.148

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,26 @@
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.148](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.145...v0.4.148) (2025-07-04)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.1.88 ([f47874e](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f47874e1458b5f12b71e00d02516adbec7414a4b))
11
+ * **release:** 0.1.89 ([824a5ff](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/824a5ff81ea247ecbf6fd1d977497cae13065d26))
12
+ * **release:** 0.1.90 ([c342dc2](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c342dc21f623a05f0e07d1ffb4e13a3a48076106))
13
+ * **release:** 0.1.91 ([9c19e59](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9c19e59308adec5e871266f110b0bf4f1611bac9))
14
+ * **release:** 0.4.146 ([154b96c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/154b96c52995bffd4713977d2bf84630489c2163))
15
+ * **release:** 0.4.147 ([e7ad4a4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e7ad4a4740fc1b9c46fd0a8d6653f032bbf4c06b))
16
+
17
+
18
+ ### ✨ Features | 新功能
19
+
20
+ * form 支持自定义 ([1a25d08](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1a25d087870cec8b1f5765a5bba60b1d445c5ea3))
21
+ * 修改tag ([e982d6f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e982d6f34507a65b2821362b4c25d7a06121ca55))
22
+ * 修改字段 ([9703fee](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9703feeb88641654891db3dfde0a16e76e5b64fe))
23
+ * 兼容form ([9f083af](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9f083af653c733047f153865aa69d9a33518e3d7))
24
+
5
25
  ### [0.4.147](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.91...v0.4.147) (2025-06-28)
6
26
 
7
27
  ### [0.4.146](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.88...v0.4.146) (2025-06-27)
@@ -340,7 +340,7 @@ const coverImgWidth = computed(() => {
340
340
 
341
341
  <!-- 价格后缀 -->
342
342
  <slot :value="value" v-else-if="prop === 'priceSuffix'" name="priceSuffix">
343
- <view :class="className" :style="style" class="text-22rpx leading-normal">
343
+ <view :class="className" :style="style" class="text-22rpx">
344
344
  {{ value }}
345
345
  </view>
346
346
  </slot>
@@ -254,9 +254,12 @@ const itemStyle = computed(() => {
254
254
  <ItemValue :prop="propName" v-else />
255
255
  </template>
256
256
  </view>
257
- <view class="flex gap-[4rpx] items-end" v-if="priceVisible && isNumber(price)">
257
+ <view
258
+ class="flex gap-[4rpx] items-end justify-end"
259
+ v-if="priceVisible && isNumber(price)"
260
+ >
258
261
  <ItemValue prop="priceUnit" />
259
- <view class="flex items-center justify-center gap-0.5">
262
+ <view class="flex items-end justify-center gap-0.5">
260
263
  <ItemValue prop="price" />
261
264
  <ItemValue prop="priceSuffix" />
262
265
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.147",
3
+ "version": "0.4.148",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],