@kmkf-fe-packages/services-components 0.3.1-alpha.10 → 0.3.1-alpha.11

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.
@@ -30,7 +30,7 @@ var PlatBuyer = function PlatBuyer(_ref) {
30
30
  return (platInfo === null || platInfo === void 0 ? void 0 : (_platInfo$shopId = platInfo[shopId]) === null || _platInfo$shopId === void 0 ? void 0 : _platInfo$shopId.platformTypeStr) === 'TAOBAO' ? /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement(Wangwang, {
31
31
  nick: buyerNick,
32
32
  buyerOpenUid: buyerOpenUid
33
- })) : /*#__PURE__*/React.createElement(CopyToClipboard, {
33
+ })) : /*#__PURE__*/React.createElement(React.Fragment, null, buyerNick, /*#__PURE__*/React.createElement(CopyToClipboard, {
34
34
  text: buyerNick,
35
35
  onCopy: function onCopy() {
36
36
  message.success('复制成功');
@@ -40,6 +40,6 @@ var PlatBuyer = function PlatBuyer(_ref) {
40
40
  paddingLeft: '4px',
41
41
  cursor: 'pointer'
42
42
  }
43
- }, /*#__PURE__*/React.createElement(CopyOutlined, null)));
43
+ }, /*#__PURE__*/React.createElement(CopyOutlined, null))));
44
44
  };
45
45
  export default PlatBuyer;
@@ -41,7 +41,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
41
41
  var _this$effects;
42
42
  return _this === null || _this === void 0 ? void 0 : (_this$effects = _this.effects) === null || _this$effects === void 0 ? void 0 : _this$effects.handleOpenRepeatList(record === null || record === void 0 ? void 0 : record.repeatConfig);
43
43
  }
44
- }), (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record !== void 0 ? _record : '--', (record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) && /*#__PURE__*/React.createElement(CopyToClipboard, {
44
+ }), (_record = record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) !== null && _record !== void 0 ? _record : '--', (record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) && /*#__PURE__*/React.createElement(React.Fragment, null, record === null || record === void 0 ? void 0 : record["".concat(_this.id)], /*#__PURE__*/React.createElement(CopyToClipboard, {
45
45
  text: record === null || record === void 0 ? void 0 : record["".concat(_this.id)],
46
46
  onCopy: function onCopy() {
47
47
  message.success('复制成功');
@@ -51,7 +51,7 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
51
51
  paddingLeft: '4px',
52
52
  cursor: 'pointer'
53
53
  }
54
- }, /*#__PURE__*/React.createElement(CopyOutlined, null))));
54
+ }, /*#__PURE__*/React.createElement(CopyOutlined, null)))));
55
55
  });
56
56
  _defineProperty(this, "renderExport", function (value, record) {
57
57
  var _record2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.3.1-alpha.10",
3
+ "version": "0.3.1-alpha.11",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -35,5 +35,5 @@
35
35
  "gitHooks": {
36
36
  "pre-commit": "lint-staged"
37
37
  },
38
- "gitHead": "aa16b600a339545140d95fcc7d1024f903a03317"
38
+ "gitHead": "013f2d9f9a138b8399f6e86934a4ec3143a2c223"
39
39
  }