@kmkf-fe-packages/basic-components 2.2.11 → 2.2.12
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -17952,7 +17952,7 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
17952
17952
|
SKX_GOODS: [{
|
|
17953
17953
|
dataIndex: 'skuEcode',
|
|
17954
17954
|
title: "[SKX]\u53D1\u8D27\u5355\u660E\u7EC6-skuEcode",
|
|
17955
|
-
width:
|
|
17955
|
+
width: 250
|
|
17956
17956
|
}, {
|
|
17957
17957
|
dataIndex: 'subOrderId',
|
|
17958
17958
|
title: "[SKX]\u53D1\u8D27\u5355-\u5B50\u8BA2\u5355\u53F7",
|
|
@@ -17971,7 +17971,7 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
17971
17971
|
SKX_RETURN_GOODS: [{
|
|
17972
17972
|
dataIndex: 'returnSkuEcode',
|
|
17973
17973
|
title: "[SKX]\u9000\u8D27\u5355\u660E\u7EC6-returnSkuEcode",
|
|
17974
|
-
width:
|
|
17974
|
+
width: 300
|
|
17975
17975
|
}, {
|
|
17976
17976
|
dataIndex: 'returnSubOrderId',
|
|
17977
17977
|
title: "[SKX]\u9000\u8D27\u5355-\u5B50\u8BA2\u5355\u53F7",
|
package/dist/index.js
CHANGED
|
@@ -17965,7 +17965,7 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
17965
17965
|
SKX_GOODS: [{
|
|
17966
17966
|
dataIndex: 'skuEcode',
|
|
17967
17967
|
title: "[SKX]\u53D1\u8D27\u5355\u660E\u7EC6-skuEcode",
|
|
17968
|
-
width:
|
|
17968
|
+
width: 250
|
|
17969
17969
|
}, {
|
|
17970
17970
|
dataIndex: 'subOrderId',
|
|
17971
17971
|
title: "[SKX]\u53D1\u8D27\u5355-\u5B50\u8BA2\u5355\u53F7",
|
|
@@ -17984,7 +17984,7 @@ var getColumns$7 = function getColumns(_ref) {
|
|
|
17984
17984
|
SKX_RETURN_GOODS: [{
|
|
17985
17985
|
dataIndex: 'returnSkuEcode',
|
|
17986
17986
|
title: "[SKX]\u9000\u8D27\u5355\u660E\u7EC6-returnSkuEcode",
|
|
17987
|
-
width:
|
|
17987
|
+
width: 300
|
|
17988
17988
|
}, {
|
|
17989
17989
|
dataIndex: 'returnSubOrderId',
|
|
17990
17990
|
title: "[SKX]\u9000\u8D27\u5355-\u5B50\u8BA2\u5355\u53F7",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
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": "5cd274e95ebaeba0c49da41667f1df8222873017"
|
|
70
70
|
}
|