ce-crm-ui-components 1.4.111 → 1.4.121

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
@@ -15,12 +15,6 @@ Vue.use(ceCrmUiCompoents);
15
15
 
16
16
  ## Version History Is Last Ten
17
17
 
18
- V1.3.290 ComAddPage - 头部按钮添加插槽 - 23/05/09
19
-
20
- V1.3.300 ComTable - 添加type = 'number' - 23/05/12
21
-
22
- V1.3.304 comTable type = number 样式调整
23
-
24
18
  V1.3.310 comTable 索引是否浮动位置 - 新增索引漂浮属性tableIndexFixed
25
19
 
26
20
  V1.3.320 ComAddPage - 弹窗表单复选触发事件
@@ -36,3 +30,9 @@ V1.3.326 ComAddPage - 单table类型头部按钮区域新增支持自定义按
36
30
  V1.3.327 ComAddPage - 单table类型头部按钮区的自定义按钮新增支持显示隐藏 - 23/07/10
37
31
 
38
32
  V1.4.011 ComAddPage - table类型新增选择弹窗确定不覆盖之前的数据,属性为:noCoverData - 23/07/13
33
+
34
+ V1.4.012 ComAddPage - noCoverData属性为true时优化弹窗确定事件逻辑 - 23/07/19
35
+
36
+ V1.4.120 ComForm - 组织级联选择器点击体验优化 - 23/07/24
37
+
38
+ V1.4.121 ComAddPage - headerButton新增disabled属性 - 23/07/26