@kmkf-fe-packages/basic-components 2.2.13-beta.49 → 2.2.13-beta.50
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/dist/index.esm.js +5 -0
- package/dist/index.js +5 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -18734,6 +18734,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18734
18734
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18735
18735
|
width: 180,
|
|
18736
18736
|
align: 'center'
|
|
18737
|
+
}, {
|
|
18738
|
+
dataIndex: 'brandName',
|
|
18739
|
+
title: "\u54C1\u724C\u540D\u79F0",
|
|
18740
|
+
width: 180,
|
|
18741
|
+
align: 'center'
|
|
18737
18742
|
}, {
|
|
18738
18743
|
dataIndex: 'orderPrice',
|
|
18739
18744
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
package/dist/index.js
CHANGED
|
@@ -18749,6 +18749,11 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
18749
18749
|
title: "\u5E73\u53F0\u89C4\u683CID",
|
|
18750
18750
|
width: 180,
|
|
18751
18751
|
align: 'center'
|
|
18752
|
+
}, {
|
|
18753
|
+
dataIndex: 'brandName',
|
|
18754
|
+
title: "\u54C1\u724C\u540D\u79F0",
|
|
18755
|
+
width: 180,
|
|
18756
|
+
align: 'center'
|
|
18752
18757
|
}, {
|
|
18753
18758
|
dataIndex: 'orderPrice',
|
|
18754
18759
|
title: "\u6210\u4EA4\u603B\u91D1\u989D",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.50",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "3fcd7d36caed2659fb69e05a1055d48c5c09b5e3"
|
|
70
70
|
}
|