zhytech-ui 1.3.1 → 1.3.2

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,6 +90,13 @@ npm install --legacy-peer-deps
90
90
 
91
91
  > #### 版本更新清单:
92
92
 
93
+ **V 1.3.2**
94
+ ```html
95
+ 1.修复动态表单复选框/单选框设置分数为0时不显示问题
96
+ 2.模板导入时,增加将模板名称作为标题导入选项,默认不导入
97
+ 3.从模板导入的组件,增加sourceFormID属性,用于标识从模板导入的组件
98
+ ```
99
+
93
100
  **V 1.3.1**
94
101
  ```html
95
102
  1.修复动态表单结果返回时,复选框、单选框选值的itemSourceType取错问题