@kmkf-fe-packages/basic-components 0.23.1-beta.17 → 0.23.1-beta.19

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 CHANGED
@@ -10707,20 +10707,19 @@ var columns$1 = [{
10707
10707
  }, {
10708
10708
  dataIndex: 'goodNo',
10709
10709
  title: '商品spu编码',
10710
- width: 200
10711
- // ellipsis: true,
10710
+ width: 200,
10711
+ ellipsis: true
10712
10712
  }, {
10713
10713
  dataIndex: 'goodId',
10714
10714
  title: 'SPUID',
10715
- width: 200
10716
- // ellipsis: true,
10715
+ width: 200,
10716
+ ellipsis: true
10717
10717
  }, {
10718
10718
  dataIndex: 'specCount',
10719
10719
  title: '规格数',
10720
- width: 160
10721
- // ellipsis: true,
10720
+ width: 160,
10721
+ ellipsis: true
10722
10722
  }];
10723
-
10724
10723
  var expandedColumns = [{
10725
10724
  dataIndex: 'specName',
10726
10725
  title: '商品sku名称',
@@ -10729,13 +10728,13 @@ var expandedColumns = [{
10729
10728
  }, {
10730
10729
  dataIndex: 'specNo',
10731
10730
  title: '商品sku编码',
10732
- width: 200
10733
- // ellipsis: true,
10731
+ width: 200,
10732
+ ellipsis: true
10734
10733
  }, {
10735
10734
  dataIndex: 'specId',
10736
10735
  title: 'SKUID',
10737
- width: 200
10738
- // ellipsis: true,
10736
+ width: 200,
10737
+ ellipsis: true
10739
10738
  }, {
10740
10739
  dataIndex: 'imgUrl',
10741
10740
  title: '商品图片',
@@ -10875,7 +10874,7 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
10875
10874
  // shopCode: shopCode,
10876
10875
  pageSize: pageSize,
10877
10876
  pageNo: pageNo - 1,
10878
- specNo: search.code,
10877
+ goodNo: search.code,
10879
10878
  startTime: startTime,
10880
10879
  endTime: endTime
10881
10880
  };
package/dist/index.js CHANGED
@@ -10718,20 +10718,19 @@ var columns$1 = [{
10718
10718
  }, {
10719
10719
  dataIndex: 'goodNo',
10720
10720
  title: '商品spu编码',
10721
- width: 200
10722
- // ellipsis: true,
10721
+ width: 200,
10722
+ ellipsis: true
10723
10723
  }, {
10724
10724
  dataIndex: 'goodId',
10725
10725
  title: 'SPUID',
10726
- width: 200
10727
- // ellipsis: true,
10726
+ width: 200,
10727
+ ellipsis: true
10728
10728
  }, {
10729
10729
  dataIndex: 'specCount',
10730
10730
  title: '规格数',
10731
- width: 160
10732
- // ellipsis: true,
10731
+ width: 160,
10732
+ ellipsis: true
10733
10733
  }];
10734
-
10735
10734
  var expandedColumns = [{
10736
10735
  dataIndex: 'specName',
10737
10736
  title: '商品sku名称',
@@ -10740,13 +10739,13 @@ var expandedColumns = [{
10740
10739
  }, {
10741
10740
  dataIndex: 'specNo',
10742
10741
  title: '商品sku编码',
10743
- width: 200
10744
- // ellipsis: true,
10742
+ width: 200,
10743
+ ellipsis: true
10745
10744
  }, {
10746
10745
  dataIndex: 'specId',
10747
10746
  title: 'SKUID',
10748
- width: 200
10749
- // ellipsis: true,
10747
+ width: 200,
10748
+ ellipsis: true
10750
10749
  }, {
10751
10750
  dataIndex: 'imgUrl',
10752
10751
  title: '商品图片',
@@ -10886,7 +10885,7 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
10886
10885
  // shopCode: shopCode,
10887
10886
  pageSize: pageSize,
10888
10887
  pageNo: pageNo - 1,
10889
- specNo: search.code,
10888
+ goodNo: search.code,
10890
10889
  startTime: startTime,
10891
10890
  endTime: endTime
10892
10891
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.23.1-beta.17",
3
+ "version": "0.23.1-beta.19",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "10da0e957795edc5323d4983a28eb1126d9e13ae"
67
+ "gitHead": "6f06b879b31c4b0b2a596f6db88da4f642df1b29"
68
68
  }