@tplc/business 0.7.16 → 0.7.17
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,30 @@
|
|
|
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.7.17](///compare/v0.7.12...v0.7.17) (2025-12-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🐛 Bug Fixes | Bug 修复
|
|
9
|
+
|
|
10
|
+
* 修改 class="whitespace-pre-wrap" e138dae
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### 🚀 Chore | 构建/工程依赖/工具
|
|
14
|
+
|
|
15
|
+
* **release:** 0.7.13 89dbdda
|
|
16
|
+
* **release:** 0.7.14 17ab0c3
|
|
17
|
+
* **release:** 0.7.15 678723d
|
|
18
|
+
* **release:** 0.7.16 83aa6dd
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ✨ Features | 新功能
|
|
22
|
+
|
|
23
|
+
* buitton text f5be12c
|
|
24
|
+
* nav 支持回显 20b1310
|
|
25
|
+
* 修养该数据 4743ee1
|
|
26
|
+
* 更新尺寸 ecad769
|
|
27
|
+
* 查看value 是否存在 5af5ab0
|
|
28
|
+
|
|
5
29
|
### [0.7.16](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.15...v0.7.16) (2025-12-15)
|
|
6
30
|
|
|
7
31
|
### [0.7.15](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.14...v0.7.15) (2025-12-15)
|
|
@@ -83,7 +83,7 @@ const getMerchantList = async () => {
|
|
|
83
83
|
})
|
|
84
84
|
merchantList.value = data as Merchant[]
|
|
85
85
|
// 查看value 是否存在
|
|
86
|
-
if (value.value &&
|
|
86
|
+
if (value.value && merchantList.value.find((item) => item.merchantId === value.value)) {
|
|
87
87
|
return
|
|
88
88
|
}
|
|
89
89
|
title.value = merchantList.value[0].merchantName
|