@kmkf-fe-packages/basic-components 2.0.54-beta.40 → 2.0.54-beta.41
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -16079,7 +16079,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16079
16079
|
updateHandle = _ref.updateHandle;
|
|
16080
16080
|
return {
|
|
16081
16081
|
KM_GOODS: [{
|
|
16082
|
-
dataIndex: '
|
|
16082
|
+
dataIndex: 'skuPropertiesName',
|
|
16083
16083
|
title: "\u89C4\u683C\u540D\u79F0",
|
|
16084
16084
|
width: 250
|
|
16085
16085
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -16091,7 +16091,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
16091
16091
|
updateHandle = _ref.updateHandle;
|
|
16092
16092
|
return {
|
|
16093
16093
|
KM_GOODS: [{
|
|
16094
|
-
dataIndex: '
|
|
16094
|
+
dataIndex: 'skuPropertiesName',
|
|
16095
16095
|
title: "\u89C4\u683C\u540D\u79F0",
|
|
16096
16096
|
width: 250
|
|
16097
16097
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.54-beta.
|
|
3
|
+
"version": "2.0.54-beta.41",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "67c974aa4b818e7e2d83b121fb750f7371eeaa89"
|
|
69
69
|
}
|