@kmkf-fe-packages/basic-components 0.24.2-beta.3 → 0.24.2-beta.4
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11625,13 +11625,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
11625
11625
|
width: 100
|
|
11626
11626
|
}, {
|
|
11627
11627
|
dataIndex: 'specNo',
|
|
11628
|
-
title: "".concat(text, "
|
|
11628
|
+
title: "".concat(text, "SKU\u7F16\u7801"),
|
|
11629
11629
|
align: 'center',
|
|
11630
11630
|
ellipsis: true,
|
|
11631
11631
|
width: 180
|
|
11632
11632
|
}, {
|
|
11633
11633
|
dataIndex: 'specName',
|
|
11634
|
-
title: "".concat(text, "
|
|
11634
|
+
title: "".concat(text, "SKU\u540D\u79F0"),
|
|
11635
11635
|
align: 'center',
|
|
11636
11636
|
ellipsis: true,
|
|
11637
11637
|
width: 250
|
package/dist/index.js
CHANGED
|
@@ -11636,13 +11636,13 @@ var GoodItem$1 = function GoodItem(props) {
|
|
|
11636
11636
|
width: 100
|
|
11637
11637
|
}, {
|
|
11638
11638
|
dataIndex: 'specNo',
|
|
11639
|
-
title: "".concat(text, "
|
|
11639
|
+
title: "".concat(text, "SKU\u7F16\u7801"),
|
|
11640
11640
|
align: 'center',
|
|
11641
11641
|
ellipsis: true,
|
|
11642
11642
|
width: 180
|
|
11643
11643
|
}, {
|
|
11644
11644
|
dataIndex: 'specName',
|
|
11645
|
-
title: "".concat(text, "
|
|
11645
|
+
title: "".concat(text, "SKU\u540D\u79F0"),
|
|
11646
11646
|
align: 'center',
|
|
11647
11647
|
ellipsis: true,
|
|
11648
11648
|
width: 250
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.24.2-beta.
|
|
3
|
+
"version": "0.24.2-beta.4",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "ca851ca3d887a798a4d9c03442454cdc865c2b38"
|
|
68
68
|
}
|