@@ -489,9 +489,7 @@
// proxy.$modal.msg("工单已终止");
// return;
// }
- if (
- record != null &&
- (record.status === 3 || row.isStop == 1) &&
+ if ( row.isStop === 1 && (record.status === 3) &&
(editable || viewable)
) {
if (row.taskTypeId === "1") {