Skip to content

Commit fe3f629

Browse files
committed
fix(uniTable): 修复时区问题
1 parent e0a34a5 commit fe3f629

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

uni_modules/uni-table/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.2.9(2025-04-14)
2+
- 修复: 下拉筛选中 toISOString() 引发的时区问题
13
## 1.2.8(2024-10-15)
24
- 修复 运行到抖音小程序上出现的问题
35
## 1.2.7(2024-10-15)

uni_modules/uni-table/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-table",
33
"displayName": "uni-table 表格",
4-
"version": "1.2.8",
4+
"version": "1.2.9",
55
"description": "表格组件,多用于展示多条结构类似的数据,如",
66
"keywords": [
77
"uni-ui",
@@ -47,8 +47,10 @@
4747
},
4848
"client": {
4949
"App": {
50-
"app-vue": "y",
51-
"app-nvue": "n"
50+
"app-vue": "y",
51+
"app-nvue": "n",
52+
"app-harmony": "u",
53+
"app-uvue": "u"
5254
},
5355
"H5-mobile": {
5456
"Safari": "y",

0 commit comments

Comments
 (0)