@fle-ui/plus-choose-mall-goods 1.0.11 → 1.0.12
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/es/index.js +4 -4
- package/lib/index.js +4 -4
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -1072,8 +1072,8 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
|
|
|
1072
1072
|
className: "ml-3"
|
|
1073
1073
|
})));
|
|
1074
1074
|
},
|
|
1075
|
-
dataIndex: '
|
|
1076
|
-
key: '
|
|
1075
|
+
dataIndex: 'purchaseProfit',
|
|
1076
|
+
key: 'purchaseProfit',
|
|
1077
1077
|
align: 'center',
|
|
1078
1078
|
width: 150,
|
|
1079
1079
|
render: function render(text, record) {
|
|
@@ -1101,8 +1101,8 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
|
|
|
1101
1101
|
className: "ml-3"
|
|
1102
1102
|
})));
|
|
1103
1103
|
},
|
|
1104
|
-
dataIndex: '
|
|
1105
|
-
key: '
|
|
1104
|
+
dataIndex: 'onceProfit',
|
|
1105
|
+
key: 'onceProfit',
|
|
1106
1106
|
align: 'center',
|
|
1107
1107
|
width: 150,
|
|
1108
1108
|
render: function render(text, record) {
|
package/lib/index.js
CHANGED
|
@@ -1054,8 +1054,8 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
|
|
|
1054
1054
|
className: "ml-3"
|
|
1055
1055
|
})));
|
|
1056
1056
|
},
|
|
1057
|
-
dataIndex: '
|
|
1058
|
-
key: '
|
|
1057
|
+
dataIndex: 'purchaseProfit',
|
|
1058
|
+
key: 'purchaseProfit',
|
|
1059
1059
|
align: 'center',
|
|
1060
1060
|
width: 150,
|
|
1061
1061
|
render: function render(text, record) {
|
|
@@ -1083,8 +1083,8 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
|
|
|
1083
1083
|
className: "ml-3"
|
|
1084
1084
|
})));
|
|
1085
1085
|
},
|
|
1086
|
-
dataIndex: '
|
|
1087
|
-
key: '
|
|
1086
|
+
dataIndex: 'onceProfit',
|
|
1087
|
+
key: 'onceProfit',
|
|
1088
1088
|
align: 'center',
|
|
1089
1089
|
width: 150,
|
|
1090
1090
|
render: function render(text, record) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fle-ui/plus-choose-mall-goods",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "@fle-ui/plus-choose-mall-goods",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fle-ui",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "0797d87314048f6fcdd837b1f1a758f67eb6d4e1"
|
|
48
48
|
}
|