kmkf-work-order-service-component 0.3.0-alpha.3 → 0.3.0-alpha.4

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.
@@ -112,7 +112,7 @@ function ListOrderItem(props) {
112
112
  };
113
113
 
114
114
  var jsonMap = item.jsonMap;
115
- var unCompletedStatus = [WAITING, HANDLING, STOPPING].includes(jsonMap === null || jsonMap === void 0 ? void 0 : jsonMap.flowStatus);
115
+ var unCompletedStatus = [WAITING, HANDLING, STOPPING, undefined].includes(jsonMap === null || jsonMap === void 0 ? void 0 : jsonMap.flowStatus);
116
116
  return /*#__PURE__*/_jsxs("div", {
117
117
  className: styles.orderItemRight,
118
118
  children: [unCompletedStatus && /*#__PURE__*/_jsxs(_Fragment, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.3.0-alpha.3",
3
+ "version": "0.3.0-alpha.4",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",