zhytech-ui 1.3.6 → 1.3.7

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 CHANGED
@@ -90,7 +90,13 @@ npm install --legacy-peer-deps
90
90
 
91
91
  > #### 版本更新清单:
92
92
 
93
- **V 1.3.5**
93
+ **V 1.3.7**
94
+ ```html
95
+ 1.修复从模板导入的组件,增加设置的fixedItemID属性,无法返回问题
96
+ 2.修复单选组件、评分组件、人员、岗位组件在禁用状态下扔可以取消选择
97
+ ```
98
+
99
+ **V 1.3.6**
94
100
  ```html
95
101
  1.修复动态模板中图片上传组件,当上传多个图片时,预览永远是最后一张图片
96
102
  ```