@kmkf-fe-packages/services-components 0.23.1-beta.15 → 0.23.1-beta.17
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.
|
@@ -381,18 +381,18 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
|
|
|
381
381
|
align: 'center',
|
|
382
382
|
ellipsis: true,
|
|
383
383
|
width: 100
|
|
384
|
-
}, {
|
|
385
|
-
dataIndex: 'specId',
|
|
386
|
-
title: "".concat(text, "SKUID"),
|
|
387
|
-
align: 'center',
|
|
388
|
-
ellipsis: true,
|
|
389
|
-
width: 100
|
|
390
384
|
}, {
|
|
391
385
|
dataIndex: 'goodName',
|
|
392
386
|
title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
|
|
393
387
|
align: 'center',
|
|
394
388
|
ellipsis: true,
|
|
395
389
|
width: 250
|
|
390
|
+
}, {
|
|
391
|
+
dataIndex: 'specId',
|
|
392
|
+
title: "".concat(text, "SKUID"),
|
|
393
|
+
align: 'center',
|
|
394
|
+
ellipsis: true,
|
|
395
|
+
width: 100
|
|
396
396
|
}, {
|
|
397
397
|
dataIndex: 'specNo',
|
|
398
398
|
title: "".concat(text, "sku\u7F16\u7801"),
|
|
@@ -419,7 +419,7 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
|
|
|
419
419
|
}
|
|
420
420
|
}, {
|
|
421
421
|
dataIndex: 'orderPrice',
|
|
422
|
-
title: "\u5B9E\u4ED8\u91D1\u989D",
|
|
422
|
+
title: "\u5B9E\u4ED8\u603B\u91D1\u989D",
|
|
423
423
|
align: 'center',
|
|
424
424
|
ellipsis: true,
|
|
425
425
|
width: 100
|
|
@@ -445,7 +445,7 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
|
|
|
445
445
|
width: 70
|
|
446
446
|
}, {
|
|
447
447
|
dataIndex: 'giftType',
|
|
448
|
-
title: "\u8D60\u54C1\
|
|
448
|
+
title: "\u8D60\u54C1\u65B9\u5F0F",
|
|
449
449
|
align: 'center',
|
|
450
450
|
ellipsis: true,
|
|
451
451
|
width: 100,
|
|
@@ -42,18 +42,18 @@ var GoodHeaderMap = {
|
|
|
42
42
|
key: "imgUrl",
|
|
43
43
|
width: 70
|
|
44
44
|
},
|
|
45
|
-
specId: {
|
|
46
|
-
component: BsHeaderChild,
|
|
47
|
-
name: "SKUID",
|
|
48
|
-
key: "specId",
|
|
49
|
-
width: 200
|
|
50
|
-
},
|
|
51
45
|
goodName: {
|
|
52
46
|
component: BsHeaderChild,
|
|
53
47
|
name: "商品名称",
|
|
54
48
|
key: "goodName",
|
|
55
49
|
width: 100
|
|
56
50
|
},
|
|
51
|
+
specId: {
|
|
52
|
+
component: BsHeaderChild,
|
|
53
|
+
name: "SKUID",
|
|
54
|
+
key: "specId",
|
|
55
|
+
width: 200
|
|
56
|
+
},
|
|
57
57
|
specNo: {
|
|
58
58
|
component: BsHeaderChild,
|
|
59
59
|
name: "sku编码",
|
|
@@ -68,7 +68,7 @@ var GoodHeaderMap = {
|
|
|
68
68
|
},
|
|
69
69
|
orderPrice: {
|
|
70
70
|
component: BsHeaderChild,
|
|
71
|
-
name: "
|
|
71
|
+
name: "实付总金额",
|
|
72
72
|
key: "orderPrice",
|
|
73
73
|
width: 100
|
|
74
74
|
},
|
|
@@ -80,7 +80,7 @@ var GoodHeaderMap = {
|
|
|
80
80
|
},
|
|
81
81
|
giftType: {
|
|
82
82
|
component: BsHeaderChild,
|
|
83
|
-
name: "
|
|
83
|
+
name: "赠品方式",
|
|
84
84
|
key: "giftType",
|
|
85
85
|
width: 150
|
|
86
86
|
}
|
|
@@ -88,14 +88,14 @@ var GoodHeaderMap = {
|
|
|
88
88
|
itemKey: {
|
|
89
89
|
goodId: "SPUID",
|
|
90
90
|
goodNo: "SPU商品编码",
|
|
91
|
-
specId: "SKUID",
|
|
92
91
|
goodName: "商品名称",
|
|
92
|
+
specId: "SKUID",
|
|
93
93
|
specNo: "sku编码",
|
|
94
94
|
specName: "sku名称",
|
|
95
|
-
orderPrice: "
|
|
95
|
+
orderPrice: "实付总金额",
|
|
96
96
|
num: "数量",
|
|
97
97
|
sharePrice: "分摊价",
|
|
98
|
-
giftType: "
|
|
98
|
+
giftType: "赠品方式"
|
|
99
99
|
},
|
|
100
100
|
moneyKey: "orderPrice"
|
|
101
101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.23.1-beta.
|
|
3
|
+
"version": "0.23.1-beta.17",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/basic-components": "^0.23.1-beta.
|
|
23
|
+
"@kmkf-fe-packages/basic-components": "^0.23.1-beta.17",
|
|
24
24
|
"@kmkf-fe-packages/kmkf-utils": "^0.23.1-beta.13"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "10da0e957795edc5323d4983a28eb1126d9e13ae",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|