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 +13 -11
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ce-crm-ui-components
|
|
2
2
|
|
|
3
|
-
>
|
|
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.
|
|
18
|
+
V1.3.278 ComTable - 多级表头优化 - 23/04/04
|
|
19
19
|
|
|
20
|
-
V1.
|
|
20
|
+
V1.3.280 ComTable - 多级表头内容新增支持样式回调 - 23/04/04
|
|
21
21
|
|
|
22
|
-
V1.
|
|
22
|
+
V1.3.290 ComAddPage - 头部按钮添加插槽 - 23/05/09
|
|
23
23
|
|
|
24
|
-
V1.
|
|
24
|
+
V1.3.300 ComTable - 添加type = 'number' - 23/05/12
|
|
25
25
|
|
|
26
|
-
V1.
|
|
26
|
+
V1.3.304 comTable type = number 样式调整
|
|
27
27
|
|
|
28
|
-
V1.3.
|
|
28
|
+
V1.3.310 comTable 索引是否浮动位置 - 新增索引漂浮属性tableIndexFixed
|
|
29
29
|
|
|
30
|
-
V1.3.
|
|
30
|
+
V1.3.320 ComAddPage - 弹窗表单复选触发事件
|
|
31
31
|
|
|
32
|
-
V1.3.
|
|
32
|
+
V1.3.321 ComAddPage - 新增支持选择弹窗确定事件:dialogConfirm - 23/06/29
|
|
33
33
|
|
|
34
|
-
V1.3.
|
|
34
|
+
V1.3.323 Comtable - 修复下拉框无法显示问题 - 23/06/30
|
|
35
35
|
|
|
36
|
-
V1.3.
|
|
36
|
+
V1.3.325 Comtable - 优化下拉框表格样式 - 23/07/01
|
|
37
|
+
|
|
38
|
+
V1.3.326 ComAddPage - 单table类型头部按钮区域新增支持自定义按钮 - 23/07/07
|