zhytech-ui 1.3.6 → 1.3.8
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/README.md +15 -1
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +1831 -1812
- package/dist/zhytech-ui.umd.js +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,7 +90,21 @@ npm install --legacy-peer-deps
|
|
|
90
90
|
|
|
91
91
|
> #### 版本更新清单:
|
|
92
92
|
|
|
93
|
-
**V 1.3.
|
|
93
|
+
**V 1.3.8**
|
|
94
|
+
```html
|
|
95
|
+
1.回传值时,人员、岗位、部门组件增加valueContent属性
|
|
96
|
+
2.优化人员组件下拉框模式的宽度
|
|
97
|
+
3.修复网格组件初始化时报错
|
|
98
|
+
4.修复部门组件为多选时,动态http请求参数错误问题
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
**V 1.3.7**
|
|
102
|
+
```html
|
|
103
|
+
1.修复从模板导入的组件,增加设置的fixedItemID属性,无法返回问题
|
|
104
|
+
2.修复单选组件、评分组件、人员、岗位组件在禁用状态下扔可以取消选择
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
**V 1.3.6**
|
|
94
108
|
```html
|
|
95
109
|
1.修复动态模板中图片上传组件,当上传多个图片时,预览永远是最后一张图片
|
|
96
110
|
```
|