@kmkf-fe-packages/services-components 0.23.1-beta.20 → 0.23.1-beta.21
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.
|
@@ -380,7 +380,7 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
|
|
|
380
380
|
title: "SPU\u5546\u54C1\u7F16\u7801",
|
|
381
381
|
align: 'center',
|
|
382
382
|
ellipsis: true,
|
|
383
|
-
width:
|
|
383
|
+
width: 180
|
|
384
384
|
}, {
|
|
385
385
|
dataIndex: 'goodName',
|
|
386
386
|
title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
|
|
@@ -398,7 +398,7 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
|
|
|
398
398
|
title: "".concat(text, "sku\u7F16\u7801"),
|
|
399
399
|
align: 'center',
|
|
400
400
|
ellipsis: true,
|
|
401
|
-
width:
|
|
401
|
+
width: 180
|
|
402
402
|
}, {
|
|
403
403
|
dataIndex: 'specName',
|
|
404
404
|
title: "".concat(text, "sku\u540D\u79F0"),
|
|
@@ -34,7 +34,7 @@ var GoodHeaderMap = {
|
|
|
34
34
|
component: BsHeaderChild,
|
|
35
35
|
name: "SPU商品编码",
|
|
36
36
|
key: "goodNo",
|
|
37
|
-
width:
|
|
37
|
+
width: 180
|
|
38
38
|
},
|
|
39
39
|
imgUrl: {
|
|
40
40
|
component: BsHeaderPic,
|
|
@@ -58,7 +58,7 @@ var GoodHeaderMap = {
|
|
|
58
58
|
component: BsHeaderChild,
|
|
59
59
|
name: "sku编码",
|
|
60
60
|
key: "specNo",
|
|
61
|
-
width:
|
|
61
|
+
width: 180
|
|
62
62
|
},
|
|
63
63
|
specName: {
|
|
64
64
|
component: BsHeaderChild,
|
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.21",
|
|
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.21",
|
|
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": "b7fc7a3b674fea0b240fbc115eb055281a16b79b",
|
|
41
41
|
"gitHooks": {
|
|
42
42
|
"pre-commit": "lint-staged"
|
|
43
43
|
}
|