@kmkf-fe-packages/basic-components 0.8.7-alpha.15 → 0.8.7-alpha.17

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
@@ -9705,10 +9705,20 @@ var columns = [{
9705
9705
  render: function render(val, record, index) {
9706
9706
  return /*#__PURE__*/React.createElement("div", {
9707
9707
  style: {
9708
- width: '50px'
9708
+ width: '30px'
9709
9709
  }
9710
9710
  }, index + 1);
9711
9711
  }
9712
+ }, {
9713
+ dataIndex: 'skuName',
9714
+ title: '商品sku名称',
9715
+ with: 200,
9716
+ ellipsis: true
9717
+ }, {
9718
+ dataIndex: 'skuCode',
9719
+ title: '商品sku编码',
9720
+ with: 200,
9721
+ ellipsis: true
9712
9722
  }, {
9713
9723
  dataIndex: 'name',
9714
9724
  title: '商品名称',
@@ -9719,11 +9729,6 @@ var columns = [{
9719
9729
  title: '商品id',
9720
9730
  with: 200,
9721
9731
  ellipsis: true
9722
- }, {
9723
- dataIndex: 'skuName',
9724
- title: '商品sku名称',
9725
- with: 200,
9726
- ellipsis: true
9727
9732
  }, {
9728
9733
  dataIndex: 'code',
9729
9734
  title: '商品编码',
@@ -9736,11 +9741,6 @@ var columns = [{
9736
9741
  }
9737
9742
  }, val);
9738
9743
  }
9739
- }, {
9740
- dataIndex: 'skuCode',
9741
- title: '商品sku编码',
9742
- with: 200,
9743
- ellipsis: true
9744
9744
  }, {
9745
9745
  dataIndex: 'marketPrice',
9746
9746
  title: '市场价',
@@ -9933,33 +9933,33 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
9933
9933
  form: form,
9934
9934
  onFinish: onFinish
9935
9935
  }, /*#__PURE__*/React.createElement(Form.Item, {
9936
- name: "name"
9936
+ name: "skuName"
9937
9937
  }, /*#__PURE__*/React.createElement(Input, {
9938
- placeholder: "\u5546\u54C1\u540D\u79F0",
9938
+ placeholder: "\u5546\u54C1sku\u540D\u79F0",
9939
9939
  allowClear: true,
9940
9940
  style: {
9941
9941
  width: 150
9942
9942
  }
9943
9943
  })), /*#__PURE__*/React.createElement(Form.Item, {
9944
- name: "code"
9944
+ name: "skuCode"
9945
9945
  }, /*#__PURE__*/React.createElement(Input, {
9946
- placeholder: "\u5546\u54C1\u7F16\u7801",
9946
+ placeholder: "\u5546\u54C1sku\u7F16\u7801",
9947
9947
  allowClear: true,
9948
9948
  style: {
9949
9949
  width: 150
9950
9950
  }
9951
9951
  })), /*#__PURE__*/React.createElement(Form.Item, {
9952
- name: "skuCode"
9952
+ name: "name"
9953
9953
  }, /*#__PURE__*/React.createElement(Input, {
9954
- placeholder: "\u5546\u54C1sku\u7F16\u7801",
9954
+ placeholder: "\u5546\u54C1\u540D\u79F0",
9955
9955
  allowClear: true,
9956
9956
  style: {
9957
9957
  width: 150
9958
9958
  }
9959
9959
  })), /*#__PURE__*/React.createElement(Form.Item, {
9960
- name: "skuName"
9960
+ name: "code"
9961
9961
  }, /*#__PURE__*/React.createElement(Input, {
9962
- placeholder: "\u5546\u54C1sku\u540D\u79F0",
9962
+ placeholder: "\u5546\u54C1\u7F16\u7801",
9963
9963
  allowClear: true,
9964
9964
  style: {
9965
9965
  width: 150
@@ -10055,7 +10055,7 @@ var GoodItem = function GoodItem(props) {
10055
10055
  title: "\u5546\u54C1\u6807\u8BB0",
10056
10056
  align: 'center',
10057
10057
  ellipsis: true,
10058
- width: 100,
10058
+ width: 70,
10059
10059
  render: function render(val, record, index) {
10060
10060
  return /*#__PURE__*/React.createElement(Select, {
10061
10061
  options: [{
@@ -10072,6 +10072,12 @@ var GoodItem = function GoodItem(props) {
10072
10072
  }
10073
10073
  });
10074
10074
  }
10075
+ }, {
10076
+ dataIndex: 'name',
10077
+ title: "".concat(text, "\u540D\u79F0"),
10078
+ align: 'center',
10079
+ ellipsis: true,
10080
+ width: 250
10075
10081
  }, {
10076
10082
  dataIndex: 'pic',
10077
10083
  title: "\u56FE\u7247",
@@ -10084,12 +10090,6 @@ var GoodItem = function GoodItem(props) {
10084
10090
  src: val
10085
10091
  });
10086
10092
  }
10087
- }, {
10088
- dataIndex: 'name',
10089
- title: "".concat(text, "\u540D\u79F0"),
10090
- align: 'center',
10091
- ellipsis: true,
10092
- width: 100
10093
10093
  }, {
10094
10094
  dataIndex: 'code',
10095
10095
  title: "".concat(text, "\u7F16\u7801"),
package/dist/index.js CHANGED
@@ -9716,10 +9716,20 @@ var columns = [{
9716
9716
  render: function render(val, record, index) {
9717
9717
  return /*#__PURE__*/React__default['default'].createElement("div", {
9718
9718
  style: {
9719
- width: '50px'
9719
+ width: '30px'
9720
9720
  }
9721
9721
  }, index + 1);
9722
9722
  }
9723
+ }, {
9724
+ dataIndex: 'skuName',
9725
+ title: '商品sku名称',
9726
+ with: 200,
9727
+ ellipsis: true
9728
+ }, {
9729
+ dataIndex: 'skuCode',
9730
+ title: '商品sku编码',
9731
+ with: 200,
9732
+ ellipsis: true
9723
9733
  }, {
9724
9734
  dataIndex: 'name',
9725
9735
  title: '商品名称',
@@ -9730,11 +9740,6 @@ var columns = [{
9730
9740
  title: '商品id',
9731
9741
  with: 200,
9732
9742
  ellipsis: true
9733
- }, {
9734
- dataIndex: 'skuName',
9735
- title: '商品sku名称',
9736
- with: 200,
9737
- ellipsis: true
9738
9743
  }, {
9739
9744
  dataIndex: 'code',
9740
9745
  title: '商品编码',
@@ -9747,11 +9752,6 @@ var columns = [{
9747
9752
  }
9748
9753
  }, val);
9749
9754
  }
9750
- }, {
9751
- dataIndex: 'skuCode',
9752
- title: '商品sku编码',
9753
- with: 200,
9754
- ellipsis: true
9755
9755
  }, {
9756
9756
  dataIndex: 'marketPrice',
9757
9757
  title: '市场价',
@@ -9944,33 +9944,33 @@ var GoodsModal$1 = function GoodsModal(props, ref) {
9944
9944
  form: form,
9945
9945
  onFinish: onFinish
9946
9946
  }, /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
9947
- name: "name"
9947
+ name: "skuName"
9948
9948
  }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
9949
- placeholder: "\u5546\u54C1\u540D\u79F0",
9949
+ placeholder: "\u5546\u54C1sku\u540D\u79F0",
9950
9950
  allowClear: true,
9951
9951
  style: {
9952
9952
  width: 150
9953
9953
  }
9954
9954
  })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
9955
- name: "code"
9955
+ name: "skuCode"
9956
9956
  }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
9957
- placeholder: "\u5546\u54C1\u7F16\u7801",
9957
+ placeholder: "\u5546\u54C1sku\u7F16\u7801",
9958
9958
  allowClear: true,
9959
9959
  style: {
9960
9960
  width: 150
9961
9961
  }
9962
9962
  })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
9963
- name: "skuCode"
9963
+ name: "name"
9964
9964
  }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
9965
- placeholder: "\u5546\u54C1sku\u7F16\u7801",
9965
+ placeholder: "\u5546\u54C1\u540D\u79F0",
9966
9966
  allowClear: true,
9967
9967
  style: {
9968
9968
  width: 150
9969
9969
  }
9970
9970
  })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
9971
- name: "skuName"
9971
+ name: "code"
9972
9972
  }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
9973
- placeholder: "\u5546\u54C1sku\u540D\u79F0",
9973
+ placeholder: "\u5546\u54C1\u7F16\u7801",
9974
9974
  allowClear: true,
9975
9975
  style: {
9976
9976
  width: 150
@@ -10066,7 +10066,7 @@ var GoodItem = function GoodItem(props) {
10066
10066
  title: "\u5546\u54C1\u6807\u8BB0",
10067
10067
  align: 'center',
10068
10068
  ellipsis: true,
10069
- width: 100,
10069
+ width: 70,
10070
10070
  render: function render(val, record, index) {
10071
10071
  return /*#__PURE__*/React__default['default'].createElement(antd.Select, {
10072
10072
  options: [{
@@ -10083,6 +10083,12 @@ var GoodItem = function GoodItem(props) {
10083
10083
  }
10084
10084
  });
10085
10085
  }
10086
+ }, {
10087
+ dataIndex: 'name',
10088
+ title: "".concat(text, "\u540D\u79F0"),
10089
+ align: 'center',
10090
+ ellipsis: true,
10091
+ width: 250
10086
10092
  }, {
10087
10093
  dataIndex: 'pic',
10088
10094
  title: "\u56FE\u7247",
@@ -10095,12 +10101,6 @@ var GoodItem = function GoodItem(props) {
10095
10101
  src: val
10096
10102
  });
10097
10103
  }
10098
- }, {
10099
- dataIndex: 'name',
10100
- title: "".concat(text, "\u540D\u79F0"),
10101
- align: 'center',
10102
- ellipsis: true,
10103
- width: 100
10104
10104
  }, {
10105
10105
  dataIndex: 'code',
10106
10106
  title: "".concat(text, "\u7F16\u7801"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "0.8.7-alpha.15",
3
+ "version": "0.8.7-alpha.17",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "5eddc14810f54825e8c4d4d44d843063a69cb66d"
61
+ "gitHead": "98da8dd4c41cad7a79ed2c394b17ad56295b6bef"
62
62
  }