@fle-ui/plus-choose-mall-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
@@ -1367,8 +1367,7 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
1367
1367
  align: 'center',
1368
1368
  width: 150,
1369
1369
  render: function render(_, record) {
1370
- var _record$flagCategoryI;
1371
- return (record === null || record === void 0 ? void 0 : (_record$flagCategoryI = record.flagCategoryInfo) === null || _record$flagCategoryI === void 0 ? void 0 : _record$flagCategoryI.goodsCategoryTreeName) || '-';
1370
+ return (record === null || record === void 0 ? void 0 : record.goodsCategoryTreeName) || '-';
1372
1371
  }
1373
1372
  }];
1374
1373
  var columns = function columns() {
package/lib/index.js CHANGED
@@ -1347,8 +1347,7 @@ var ChooseMallGoods = function ChooseMallGoods(props) {
1347
1347
  align: 'center',
1348
1348
  width: 150,
1349
1349
  render: function render(_, record) {
1350
- var _record$flagCategoryI;
1351
- return (record === null || record === void 0 ? void 0 : (_record$flagCategoryI = record.flagCategoryInfo) === null || _record$flagCategoryI === void 0 ? void 0 : _record$flagCategoryI.goodsCategoryTreeName) || '-';
1350
+ return (record === null || record === void 0 ? void 0 : record.goodsCategoryTreeName) || '-';
1352
1351
  }
1353
1352
  }];
1354
1353
  var columns = function columns() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-choose-mall-goods",
3
- "version": "1.1.9",
3
+ "version": "1.1.11-alpha.0",
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": "78d16169a36349aacd44e43a9923104e950067e3"
47
+ "gitHead": "7d48264a50c81e811e73264aade348b57a58592b"
48
48
  }