kmkf-work-order-service-component 0.5.0-alpha.16 → 0.5.0-alpha.17

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.
@@ -159,7 +159,7 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
159
159
 
160
160
  if (item !== null && item !== void 0 && (_item$repeatField = item.repeatField) !== null && _item$repeatField !== void 0 && _item$repeatField.endsWith('_tradeId')) {
161
161
  return /*#__PURE__*/_jsx(RepeatWorkOrder, {
162
- title: "\u8BA2\u5355\u91CD\u590D",
162
+ title: "\u8BA2\u5355\u53F7\u91CD\u590D",
163
163
  repeatWorkOrderList: item.workOrderIds
164
164
  });
165
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.5.0-alpha.16",
3
+ "version": "0.5.0-alpha.17",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",