kmkf-work-order-service-component 0.4.0-alpha.31 → 0.4.0-alpha.33
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.
@@ -236,7 +236,7 @@ function CustomizeWorkOrderCard(props) {
|
|
236
236
|
}), /*#__PURE__*/_jsx(ItemView, {
|
237
237
|
label: "\u4FEE\u6539\u65F6\u95F4",
|
238
238
|
value: moment(transData.update).format('YYYY-MM-DD HH:mm:ss')
|
239
|
-
}, "update"), /*#__PURE__*/_jsx(ItemView, {
|
239
|
+
}, "update"), transData.completedTime && /*#__PURE__*/_jsx(ItemView, {
|
240
240
|
label: "\u5B8C\u6210\u65F6\u95F4",
|
241
241
|
value: moment(transData.completedTime).format('YYYY-MM-DD HH:mm:ss')
|
242
242
|
}, "completedTime"), /*#__PURE__*/_jsx(ItemView, {
|
@@ -164,7 +164,6 @@
|
|
164
164
|
cursor: pointer;
|
165
165
|
}
|
166
166
|
.customizeSearch {
|
167
|
-
overflow: hidden;
|
168
167
|
transition: all 0.3s linear;
|
169
168
|
.ant-form-item {
|
170
169
|
margin-bottom: 8px;
|
@@ -175,6 +174,7 @@
|
|
175
174
|
}
|
176
175
|
.close {
|
177
176
|
max-height: 40px;
|
177
|
+
overflow: hidden;
|
178
178
|
}
|
179
179
|
}
|
180
180
|
|