@fle-ui/plus-choose-site-goods 1.1.9 → 1.1.11-alpha.0

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 CHANGED
@@ -1203,8 +1203,7 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
1203
1203
  align: 'center',
1204
1204
  width: 150,
1205
1205
  render: function render(_, record) {
1206
- var _record$flagCategoryI;
1207
- return (record === null || record === void 0 ? void 0 : (_record$flagCategoryI = record.flagCategoryInfo) === null || _record$flagCategoryI === void 0 ? void 0 : _record$flagCategoryI.goodsCategoryTreeName) || '-';
1206
+ return (record === null || record === void 0 ? void 0 : record.goodsCategoryTreeName) || '-';
1208
1207
  }
1209
1208
  }];
1210
1209
  var columns = function columns() {
package/lib/index.js CHANGED
@@ -1181,8 +1181,7 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
1181
1181
  align: 'center',
1182
1182
  width: 150,
1183
1183
  render: function render(_, record) {
1184
- var _record$flagCategoryI;
1185
- return (record === null || record === void 0 ? void 0 : (_record$flagCategoryI = record.flagCategoryInfo) === null || _record$flagCategoryI === void 0 ? void 0 : _record$flagCategoryI.goodsCategoryTreeName) || '-';
1184
+ return (record === null || record === void 0 ? void 0 : record.goodsCategoryTreeName) || '-';
1186
1185
  }
1187
1186
  }];
1188
1187
  var columns = function columns() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-choose-site-goods",
3
- "version": "1.1.9",
3
+ "version": "1.1.11-alpha.0",
4
4
  "description": "@fle-ui/plus-choose-site-goods",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -28,7 +28,7 @@
28
28
  "@ant-design/icons": "^5.3.0",
29
29
  "@fle-tools/env": "^1.0.3",
30
30
  "@fle-ui/plus-address-selection": "^1.0.14",
31
- "@fle-ui/plus-choose-mall-goods": "^1.1.9"
31
+ "@fle-ui/plus-choose-mall-goods": "^1.1.11-alpha.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "antd": ">=4.23.0 || >=5.0.0",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "78d16169a36349aacd44e43a9923104e950067e3"
48
+ "gitHead": "7d48264a50c81e811e73264aade348b57a58592b"
49
49
  }