@kmkf-fe-packages/services-components 2.2.31-beta.41 → 2.2.31-beta.43
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.
|
@@ -360,7 +360,7 @@ var getColumns = function getColumns(_ref) {
|
|
|
360
360
|
title: "组合装名称",
|
|
361
361
|
align: "center",
|
|
362
362
|
ellipsis: true,
|
|
363
|
-
width:
|
|
363
|
+
width: 250
|
|
364
364
|
}, {
|
|
365
365
|
dataIndex: "suiteNo",
|
|
366
366
|
title: "组合装编号",
|
|
@@ -392,7 +392,7 @@ var getColumns = function getColumns(_ref) {
|
|
|
392
392
|
ellipsis: true,
|
|
393
393
|
width: 150
|
|
394
394
|
}, {
|
|
395
|
-
dataIndex: "
|
|
395
|
+
dataIndex: "num",
|
|
396
396
|
title: "实际发出数量",
|
|
397
397
|
align: "center",
|
|
398
398
|
ellipsis: true,
|
|
@@ -210,7 +210,7 @@ var GoodHeaderMap = {
|
|
|
210
210
|
component: BsHeaderChild,
|
|
211
211
|
name: "组合装名称",
|
|
212
212
|
key: "suiteName",
|
|
213
|
-
width:
|
|
213
|
+
width: 250
|
|
214
214
|
},
|
|
215
215
|
suiteNo: {
|
|
216
216
|
component: BsHeaderChild,
|
|
@@ -245,7 +245,7 @@ var GoodHeaderMap = {
|
|
|
245
245
|
orderNum: {
|
|
246
246
|
component: BsHeaderChild,
|
|
247
247
|
name: "实际发出数量",
|
|
248
|
-
key: "
|
|
248
|
+
key: "num",
|
|
249
249
|
width: 150
|
|
250
250
|
},
|
|
251
251
|
price: {
|
|
@@ -283,7 +283,7 @@ var GoodHeaderMap = {
|
|
|
283
283
|
refundNum: "退款数量",
|
|
284
284
|
totalAmount: "退货总额",
|
|
285
285
|
refundAmount: "已退款金额",
|
|
286
|
-
|
|
286
|
+
num: "实际发出数量",
|
|
287
287
|
price: "价格",
|
|
288
288
|
originalPrice: "原价",
|
|
289
289
|
giftType: "赠品类型"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.43",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@kmkf-fe-packages/basic-components": "2.2.31-beta.
|
|
24
|
+
"@kmkf-fe-packages/basic-components": "2.2.31-beta.43",
|
|
25
25
|
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.41",
|
|
26
26
|
"b64-to-blob": "^1.2.19",
|
|
27
27
|
"html2canvas": "^1.4.1",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "82882e98a468e5ef00a95fd46aebfc84997f5298",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|