@kmkf-fe-packages/basic-components 0.7.15-alpha.46 → 0.7.15-alpha.48
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 +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -9626,7 +9626,6 @@ var ItemList = function ItemList(props) {
|
|
|
9626
9626
|
var columns = [{
|
|
9627
9627
|
dataIndex: '',
|
|
9628
9628
|
title: '序号',
|
|
9629
|
-
width: 100,
|
|
9630
9629
|
render: function render(val, record, index) {
|
|
9631
9630
|
return /*#__PURE__*/React.createElement("span", null, index + 1);
|
|
9632
9631
|
}
|
|
@@ -9838,9 +9837,10 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
|
|
|
9838
9837
|
}, /*#__PURE__*/React.createElement(Table, {
|
|
9839
9838
|
rowSelection: rowSelection,
|
|
9840
9839
|
columns: columns,
|
|
9841
|
-
rowKey: '
|
|
9840
|
+
rowKey: 'goodsId',
|
|
9842
9841
|
dataSource: goodList,
|
|
9843
9842
|
scroll: {
|
|
9843
|
+
x: '100%',
|
|
9844
9844
|
y: 300
|
|
9845
9845
|
},
|
|
9846
9846
|
pagination: {
|
package/dist/index.js
CHANGED
|
@@ -9637,7 +9637,6 @@ var ItemList = function ItemList(props) {
|
|
|
9637
9637
|
var columns = [{
|
|
9638
9638
|
dataIndex: '',
|
|
9639
9639
|
title: '序号',
|
|
9640
|
-
width: 100,
|
|
9641
9640
|
render: function render(val, record, index) {
|
|
9642
9641
|
return /*#__PURE__*/React__default['default'].createElement("span", null, index + 1);
|
|
9643
9642
|
}
|
|
@@ -9849,9 +9848,10 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
|
|
|
9849
9848
|
}, /*#__PURE__*/React__default['default'].createElement(antd.Table, {
|
|
9850
9849
|
rowSelection: rowSelection,
|
|
9851
9850
|
columns: columns,
|
|
9852
|
-
rowKey: '
|
|
9851
|
+
rowKey: 'goodsId',
|
|
9853
9852
|
dataSource: goodList,
|
|
9854
9853
|
scroll: {
|
|
9854
|
+
x: '100%',
|
|
9855
9855
|
y: 300
|
|
9856
9856
|
},
|
|
9857
9857
|
pagination: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.7.15-alpha.
|
|
3
|
+
"version": "0.7.15-alpha.48",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.7.15-alpha.48",
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"pubsub-js": "^1.9.4",
|
|
26
26
|
"umi-request": "^1.4.0"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "aa1833a790fff92ece8fd0557ce96fd2a8c002e9"
|
|
62
62
|
}
|