@kmkf-fe-packages/kmkf-work-order-service-component 2.2.44-beta.55 → 2.2.44-beta.56

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.
@@ -303,12 +303,12 @@ var WorkOrder = function WorkOrder(props) {
303
303
  '5': '快手'
304
304
  };
305
305
  var clientName = platform === PlatForm.XIAOZHI ? xiaozhiClientNameMap[String(otherInfo === null || otherInfo === void 0 ? void 0 : otherInfo.xzClientPlatformType)] : platformMap[platform];
306
- return /*#__PURE__*/React.createElement("div", {
306
+ return clientName ? /*#__PURE__*/React.createElement("div", {
307
307
  className: "shadow-overlay"
308
308
  }, /*#__PURE__*/React.createElement(Alert, {
309
309
  message: "".concat(clientName, "\u63D2\u4EF6\u529F\u80FD\u672A\u5F00\u901A\uFF0C\u8BF7\u8054\u7CFB\u5B9E\u65BD\u4EBA\u5458"),
310
310
  type: "warning"
311
- }));
311
+ })) : null;
312
312
  };
313
313
  return /*#__PURE__*/React.createElement(Global, {
314
314
  notJudgedErp: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.2.44-beta.55",
3
+ "version": "2.2.44-beta.56",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -34,7 +34,7 @@
34
34
  "@ant-design/icons": "^4.7.0",
35
35
  "@kmkf-fe-packages/basic-components": "2.2.44-beta.54",
36
36
  "@kmkf-fe-packages/kmkf-utils": "2.2.44-beta.54",
37
- "@kmkf-fe-packages/services-components": "2.2.44-beta.55",
37
+ "@kmkf-fe-packages/services-components": "2.2.44-beta.56",
38
38
  "@reduxjs/toolkit": "^1.8.5",
39
39
  "ahooks": "^3.7.4",
40
40
  "copy-to-clipboard": "^3.3.3",
@@ -75,7 +75,7 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "511e721c05eca0d44f3569a1a21e4a60dd6fe746",
78
+ "gitHead": "ed073b8805fb5a22b695430c6aaa310efd11a8bc",
79
79
  "gitHooks": {
80
80
  "pre-commit": "lint-staged"
81
81
  }