ce-crm-ui-components 1.3.325 → 1.4.0

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
@@ -1,6 +1,6 @@
1
1
  # ce-crm-ui-components
2
2
 
3
- > A Vue.js project
3
+ > 晶芯物联公司内部业务组件,主要用于快速开发功能页面。例如:标准列表查询、新增编辑页面,可以通过引入对应的组件,加上配置即可完成整个页面的开发,最快10分钟不到即可完成一个列表查询页面。
4
4
 
5
5
  ## Build Setup
6
6
 
@@ -15,22 +15,24 @@ Vue.use(ceCrmUiCompoents);
15
15
 
16
16
  ## Version History Is Last Ten
17
17
 
18
- V1.1.750 ComTable - 新增支持配置普通select和支持校验
18
+ V1.3.278 ComTable - 多级表头优化 - 23/04/04
19
19
 
20
- V1.1.751 ComDetailsPanel -修正递归方式 handleTabsTarggerAutoHeightInit
20
+ V1.3.280 ComTable - 多级表头内容新增支持样式回调 - 23/04/04
21
21
 
22
- V1.2.000 新增ComAddPage组件
22
+ V1.3.290 ComAddPage - 头部按钮添加插槽 - 23/05/09
23
23
 
24
- V1.2.101 ComAddPage - 新增删除table指定行数据
24
+ V1.3.300 ComTable - 添加type = 'number' - 23/05/12
25
25
 
26
- V1.2.103 ComAddPage - 修复校验问题 - 23/01/09
26
+ V1.3.304 comTable type = number 样式调整
27
27
 
28
- V1.3.000 ComForm - 新增年份范围选择属性 - 23/02/07
28
+ V1.3.310 comTable 索引是否浮动位置 - 新增索引漂浮属性tableIndexFixed
29
29
 
30
- V1.3.010 ComAddPage - 弹窗新增支持排序功能 - 23/02/07
30
+ V1.3.320 ComAddPage - 弹窗表单复选触发事件
31
31
 
32
- V1.3.250 ComAddPage - 弹窗新增支持自定义唯一值 - 23/03/01
32
+ V1.3.321 ComAddPage - 新增支持选择弹窗确定事件:dialogConfirm - 23/06/29
33
33
 
34
- V1.3.278 ComTable - 多级表头优化 - 23/04/04
34
+ V1.3.323 Comtable - 修复下拉框无法显示问题 - 23/06/30
35
35
 
36
- V1.3.280 ComTable - 多级表头内容新增支持样式回调 - 23/04/04
36
+ V1.3.325 Comtable - 优化下拉框表格样式 - 23/07/01
37
+
38
+ V1.3.326 ComAddPage - 单table类型头部按钮区域新增支持自定义按钮 - 23/07/07