@kmkf-fe-packages/basic-components 2.0.54-beta.41 → 2.0.54-beta.42

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 CHANGED
@@ -16106,6 +16106,10 @@ var getColumns$6 = function getColumns(_ref) {
16106
16106
  dataIndex: 'skuSysId',
16107
16107
  title: "\u7CFB\u7EDF\u89C4\u683CID",
16108
16108
  width: 150
16109
+ }, {
16110
+ dataIndex: 'skuId',
16111
+ title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
16112
+ width: 170
16109
16113
  }, {
16110
16114
  dataIndex: 'itemSysId',
16111
16115
  title: "\u7CFB\u7EDF\u5546\u54C1ID",
package/dist/index.js CHANGED
@@ -16118,6 +16118,10 @@ var getColumns$6 = function getColumns(_ref) {
16118
16118
  dataIndex: 'skuSysId',
16119
16119
  title: "\u7CFB\u7EDF\u89C4\u683CID",
16120
16120
  width: 150
16121
+ }, {
16122
+ dataIndex: 'skuId',
16123
+ title: "\u5E73\u53F0\u89C4\u683C\u7F16\u53F7",
16124
+ width: 170
16121
16125
  }, {
16122
16126
  dataIndex: 'itemSysId',
16123
16127
  title: "\u7CFB\u7EDF\u5546\u54C1ID",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.54-beta.41",
3
+ "version": "2.0.54-beta.42",
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": "67c974aa4b818e7e2d83b121fb750f7371eeaa89"
68
+ "gitHead": "342798c257d1bb3c065e83ad52c47ef0a590041a"
69
69
  }