We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a34a5 commit fe3f629Copy full SHA for fe3f629
uni_modules/uni-table/changelog.md
@@ -1,3 +1,5 @@
1
+## 1.2.9(2025-04-14)
2
+- 修复: 下拉筛选中 toISOString() 引发的时区问题
3
## 1.2.8(2024-10-15)
4
- 修复 运行到抖音小程序上出现的问题
5
## 1.2.7(2024-10-15)
uni_modules/uni-table/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-table",
"displayName": "uni-table 表格",
- "version": "1.2.8",
+ "version": "1.2.9",
"description": "表格组件,多用于展示多条结构类似的数据,如",
6
"keywords": [
7
"uni-ui",
@@ -47,8 +47,10 @@
47
},
48
"client": {
49
"App": {
50
- "app-vue": "y",
51
- "app-nvue": "n"
+ "app-vue": "y",
+ "app-nvue": "n",
52
+ "app-harmony": "u",
53
+ "app-uvue": "u"
54
55
"H5-mobile": {
56
"Safari": "y",
0 commit comments