@tplc/business 0.4.137 → 0.4.138

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,27 @@
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.138](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.87...v0.4.138) (2025-06-25)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.4.135 ([d72bbed](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d72bbed65d89ba3828aedc42485e091402af756f))
11
+ * **release:** 0.4.136 ([9abae50](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9abae509f02f5ff07e6911d8ee7b50216c2d548e))
12
+ * **release:** 0.4.137 ([b5ea428](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b5ea428c8885ec8b15899257bacc7f4504f59fb1))
13
+
14
+
15
+ ### ✨ Features | 新功能
16
+
17
+ * link url ([4209b9a](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/4209b9aa86d739338259fc57013d22f527468d7a))
18
+ * 修改tabs ([d6943cb](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d6943cbd0ed0c94875de9cc218070e24f917b5ac))
19
+ * 修改字段展示 ([e39ee81](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e39ee81a0c55b3edb0c983ceed5c4be7f10bf425))
20
+ * 新增cursor rule ([e6de982](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e6de982146ac5c5af64fe701e6a40deb4b7af22c))
21
+ * 新增room calendar ([08ed10c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/08ed10c9f34b0c6c32834f0dfad713800d095ae6))
22
+ * 新增新属性 ([cd8221b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/cd8221b9038f8384eeababa3fd0190b77bea6fa0))
23
+ * 组件ui完成 ([1f050dc](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/1f050dcd83b8e17fac9f7b131abc971c282aaacd))
24
+ * 跳转编辑 ([ba86490](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ba864901130dcc104249cf7fd7bbae102e15ee16))
25
+
5
26
  ### [0.4.137](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.136...v0.4.137) (2025-06-25)
6
27
 
7
28
 
@@ -31,7 +31,7 @@
31
31
  }"
32
32
  >
33
33
  <view class="day-title flex items-center justify-center gap-1 mr-2">
34
- <text>{{ item.dateStr }}</text>
34
+ <text>{{ item.dateChinese }}</text>
35
35
  <view
36
36
  class="day-title-tip"
37
37
  :class="{
@@ -45,15 +45,15 @@
45
45
  <view class="day-info flex flex-col items-center justify-center p-1 box-border mr-0.75">
46
46
  <view class="day-info-top">余{{ item.total }}</view>
47
47
  <view class="day-info-bottom mt-1.5">
48
- <view>
48
+ <view v-if="item.pp">
49
49
  <text>销:¥{{ item.pp }}/</text>
50
50
  <text class="text-2.5">起</text>
51
51
  </view>
52
- <view>
52
+ <view v-if="item.dp">
53
53
  <text>分:¥{{ item.dp }}/</text>
54
54
  <text class="text-2.5">起</text>
55
55
  </view>
56
- <view>
56
+ <view v-if="item.sp">
57
57
  <text>结:¥{{ item.sp }}/</text>
58
58
  <text class="text-2.5">起</text>
59
59
  </view>
@@ -73,7 +73,7 @@ interface CalendarInfo {
73
73
  dateTypeStateMap: Record<
74
74
  string,
75
75
  {
76
- dateStr: number
76
+ dateChinese: number
77
77
  /** 0班8休 */
78
78
  restNumber: number
79
79
  dateTip?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.137",
3
+ "version": "0.4.138",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],