@kmkf-fe-packages/services-components 2.1.9 → 2.1.10

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.
@@ -131,7 +131,7 @@ var GoodHeaderMap = {
131
131
  specNo: "商品SKU编码",
132
132
  specName: "商品SKU名称",
133
133
  apiSpecName: "平台规格名称",
134
- platformSpecId: "商品SKU名称",
134
+ platformSpecId: "平台规格ID",
135
135
  orderPrice: "成交总金额",
136
136
  num: "数量",
137
137
  sharePrice: "分摊价",
@@ -249,7 +249,7 @@ var GoodHeaderMap = {
249
249
  specNo: "商品SKU编码",
250
250
  specName: "商品SKU名称",
251
251
  apiSpecName: "平台规格名称",
252
- platformSpecId: "商品SKU名称",
252
+ platformSpecId: "平台规格ID",
253
253
  num: "退货数量",
254
254
  sharePrice: "分摊价",
255
255
  returnPrice: "退款金额",
@@ -368,7 +368,7 @@ var GoodHeaderMap = {
368
368
  specNo: "商品SKU编码",
369
369
  specName: "商品SKU名称",
370
370
  apiSpecName: "平台规格名称",
371
- platformSpecId: "商品SKU名称",
371
+ platformSpecId: "平台规格ID",
372
372
  num: "换出数量",
373
373
  productPrice: "商品单价",
374
374
  exchangePrice: "换出金额",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "8e20007c7f77310c42ec2aaf34b6133b7cd2a123",
44
+ "gitHead": "3658c9a9b1c9811dce266d1098cda5bf7a3fcd6d",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }