ce-crm-ui-components 1.2.1 → 1.2.102
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 +11 -13
- package/dist/ce-crm-ui-components.js +1 -1
- package/dist/ce-crm-ui-components.js.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,26 +15,24 @@ Vue.use(ceCrmUiCompoents);
|
|
|
15
15
|
|
|
16
16
|
## Version History Is Last Ten
|
|
17
17
|
|
|
18
|
-
V1.1.
|
|
18
|
+
V1.1.722 ComTree - 新增 检点过滤
|
|
19
19
|
|
|
20
|
-
V1.1.
|
|
20
|
+
V1.1.723 ComTree - 修改检索 lable对应keys 错误
|
|
21
21
|
|
|
22
|
-
V1.1.
|
|
22
|
+
V1.1.724 ComTree - 搜索逻辑优化“搜索带出子级”, 开启自定义搜索功能
|
|
23
23
|
|
|
24
|
-
V1.1.
|
|
24
|
+
V1.1.731 ComTabs - 新增支持多项功能和修复部分已知bug。(新增:显示隐藏、禁用、启用自带内容盒子、内容盒子撑满)
|
|
25
25
|
|
|
26
|
-
V1.1.
|
|
26
|
+
V1.1.740 ComTable和ComSwitch - 新增支持switch禁用功能
|
|
27
27
|
|
|
28
|
-
V1.1.
|
|
28
|
+
V1.1.741 ComForm - 修改开关颜色
|
|
29
29
|
|
|
30
|
-
V1.1.
|
|
30
|
+
V1.1.742 ComSearch - 修复下拉table多选的样式问题
|
|
31
31
|
|
|
32
|
-
V1.1.
|
|
32
|
+
V1.1.750 ComTable - 新增支持配置普通select和支持校验
|
|
33
33
|
|
|
34
|
-
V1.1.
|
|
34
|
+
V1.1.751 ComDetailsPanel -修正递归方式 handleTabsTarggerAutoHeightInit
|
|
35
35
|
|
|
36
|
-
V1.
|
|
36
|
+
V1.2.000 新增ComAddPage组件
|
|
37
37
|
|
|
38
|
-
V1.
|
|
39
|
-
|
|
40
|
-
V1.2.001 新增ComAddPage组件
|
|
38
|
+
V1.2.101 ComAddPage - 新增删除table指定行数据
|