@kmkf-fe-packages/basic-components 2.2.39-beta.20 → 2.2.39-beta.21
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -21674,7 +21674,7 @@ 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
|
+
var imgUrl = (val === null || val === void 0 ? void 0 : val.startsWith('http')) ? val : "https://erp.superboss.cc".concat(val);
|
|
21678
21678
|
return /*#__PURE__*/React.createElement(Image, {
|
|
21679
21679
|
width: 30,
|
|
21680
21680
|
src: imgUrl
|
|
@@ -21858,7 +21858,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
21858
21858
|
title: "\u5546\u54C1\u56FE\u7247",
|
|
21859
21859
|
width: 100,
|
|
21860
21860
|
render: function render(val) {
|
|
21861
|
-
var imgUrl = val.startsWith('http') ? val : "https://erp.superboss.cc".concat(val);
|
|
21861
|
+
var imgUrl = (val === null || val === void 0 ? void 0 : val.startsWith('http')) ? val : "https://erp.superboss.cc".concat(val);
|
|
21862
21862
|
return /*#__PURE__*/React.createElement(Image, {
|
|
21863
21863
|
width: 30,
|
|
21864
21864
|
src: imgUrl
|
package/dist/index.js
CHANGED
|
@@ -21689,7 +21689,7 @@ 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
|
+
var imgUrl = (val === null || val === void 0 ? void 0 : val.startsWith('http')) ? val : "https://erp.superboss.cc".concat(val);
|
|
21693
21693
|
return /*#__PURE__*/React__default['default'].createElement(antd.Image, {
|
|
21694
21694
|
width: 30,
|
|
21695
21695
|
src: imgUrl
|
|
@@ -21873,7 +21873,7 @@ var getColumns$6 = function getColumns(_ref) {
|
|
|
21873
21873
|
title: "\u5546\u54C1\u56FE\u7247",
|
|
21874
21874
|
width: 100,
|
|
21875
21875
|
render: function render(val) {
|
|
21876
|
-
var imgUrl = val.startsWith('http') ? val : "https://erp.superboss.cc".concat(val);
|
|
21876
|
+
var imgUrl = (val === null || val === void 0 ? void 0 : val.startsWith('http')) ? val : "https://erp.superboss.cc".concat(val);
|
|
21877
21877
|
return /*#__PURE__*/React__default['default'].createElement(antd.Image, {
|
|
21878
21878
|
width: 30,
|
|
21879
21879
|
src: imgUrl
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.39-beta.
|
|
3
|
+
"version": "2.2.39-beta.21",
|
|
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": "
|
|
69
|
+
"gitHead": "e5cb0a5969aada0f09cd5025a8ea6f967a3a3630"
|
|
70
70
|
}
|