@fle-ui/plus-choose-goods 0.0.16-beta.0 → 0.0.17-beta.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
@@ -388,8 +388,8 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
388
388
  }
389
389
  }, {
390
390
  title: '商品品牌',
391
- dataIndex: 'brandName',
392
- key: 'brandName',
391
+ dataIndex: 'goodsBrandName',
392
+ key: 'goodsBrandName',
393
393
  align: 'center',
394
394
  width: 120
395
395
  }, {
package/lib/index.js CHANGED
@@ -382,8 +382,8 @@ var ChooseSiteGoods = function ChooseSiteGoods(props) {
382
382
  }
383
383
  }, {
384
384
  title: '商品品牌',
385
- dataIndex: 'brandName',
386
- key: 'brandName',
385
+ dataIndex: 'goodsBrandName',
386
+ key: 'goodsBrandName',
387
387
  align: 'center',
388
388
  width: 120
389
389
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-choose-goods",
3
- "version": "0.0.16-beta.0",
3
+ "version": "0.0.17-beta.0",
4
4
  "description": "@fle-ui/plus-choose-goods",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "d967f4c8ef202a3fe565ca3766aa4b242892af3c"
48
+ "gitHead": "bc2585e309e53efecea75741bcc794de25037a4d"
49
49
  }