@kmkf-fe-packages/basic-components 2.2.39-beta.19 → 2.2.39-beta.20

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
@@ -21674,9 +21674,10 @@ var getColumns$6 = function getColumns(_ref) {
21674
21674
  title: "\u5546\u54C1\u56FE\u7247",
21675
21675
  width: 100,
21676
21676
  render: function render(val) {
21677
+ var imgUrl = val.startsWith('http') ? val : "https://erp.superboss.cc".concat(val);
21677
21678
  return /*#__PURE__*/React.createElement(Image, {
21678
21679
  width: 30,
21679
- src: val
21680
+ src: imgUrl
21680
21681
  });
21681
21682
  }
21682
21683
  }, {
@@ -21857,9 +21858,10 @@ var getColumns$6 = function getColumns(_ref) {
21857
21858
  title: "\u5546\u54C1\u56FE\u7247",
21858
21859
  width: 100,
21859
21860
  render: function render(val) {
21861
+ var imgUrl = val.startsWith('http') ? val : "https://erp.superboss.cc".concat(val);
21860
21862
  return /*#__PURE__*/React.createElement(Image, {
21861
21863
  width: 30,
21862
- src: val
21864
+ src: imgUrl
21863
21865
  });
21864
21866
  }
21865
21867
  }].map(function (item) {
package/dist/index.js CHANGED
@@ -21689,9 +21689,10 @@ var getColumns$6 = function getColumns(_ref) {
21689
21689
  title: "\u5546\u54C1\u56FE\u7247",
21690
21690
  width: 100,
21691
21691
  render: function render(val) {
21692
+ var imgUrl = val.startsWith('http') ? val : "https://erp.superboss.cc".concat(val);
21692
21693
  return /*#__PURE__*/React__default['default'].createElement(antd.Image, {
21693
21694
  width: 30,
21694
- src: val
21695
+ src: imgUrl
21695
21696
  });
21696
21697
  }
21697
21698
  }, {
@@ -21872,9 +21873,10 @@ var getColumns$6 = function getColumns(_ref) {
21872
21873
  title: "\u5546\u54C1\u56FE\u7247",
21873
21874
  width: 100,
21874
21875
  render: function render(val) {
21876
+ var imgUrl = val.startsWith('http') ? val : "https://erp.superboss.cc".concat(val);
21875
21877
  return /*#__PURE__*/React__default['default'].createElement(antd.Image, {
21876
21878
  width: 30,
21877
- src: val
21879
+ src: imgUrl
21878
21880
  });
21879
21881
  }
21880
21882
  }].map(function (item) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.39-beta.19",
3
+ "version": "2.2.39-beta.20",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "408089642b05985d8471076f09180efb55d6a590"
69
+ "gitHead": "fb64288929db8e93dcb67cf0e40c5ef59765f15a"
70
70
  }