kmkf-work-order-service-component 0.5.0-alpha.16 → 0.5.0-alpha.18
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.
@@ -139,7 +139,12 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
|
|
139
139
|
};
|
140
140
|
|
141
141
|
return /*#__PURE__*/_jsx(Modal, {
|
142
|
-
title: "
|
142
|
+
title: /*#__PURE__*/_jsx("span", {
|
143
|
+
style: {
|
144
|
+
fontWeight: 600
|
145
|
+
},
|
146
|
+
children: "\u91CD\u590D\u63D0\u4EA4\u5DE5\u5355\u7F16\u53F7"
|
147
|
+
}),
|
143
148
|
visible: visible,
|
144
149
|
onCancel: handleCancel,
|
145
150
|
footer: null,
|
@@ -159,7 +164,7 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
|
|
159
164
|
|
160
165
|
if (item !== null && item !== void 0 && (_item$repeatField = item.repeatField) !== null && _item$repeatField !== void 0 && _item$repeatField.endsWith('_tradeId')) {
|
161
166
|
return /*#__PURE__*/_jsx(RepeatWorkOrder, {
|
162
|
-
title: "\u8BA2\u5355\u91CD\u590D",
|
167
|
+
title: "\u8BA2\u5355\u53F7\u91CD\u590D",
|
163
168
|
repeatWorkOrderList: item.workOrderIds
|
164
169
|
});
|
165
170
|
}
|
@@ -25,7 +25,12 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
|
|
25
25
|
};
|
26
26
|
|
27
27
|
return /*#__PURE__*/_jsx(Modal, {
|
28
|
-
title: "
|
28
|
+
title: /*#__PURE__*/_jsx("span", {
|
29
|
+
style: {
|
30
|
+
fontWeight: 600
|
31
|
+
},
|
32
|
+
children: "\u91CD\u590D\u63D0\u4EA4\u5DE5\u5355\u7F16\u53F7"
|
33
|
+
}),
|
29
34
|
visible: visible,
|
30
35
|
onCancel: handleCancel,
|
31
36
|
footer: null,
|