快乐的昕的电脑
2025-10-31 6bc782bdc612428785b537b0c1e0e970bca5beea
components/machine.vue
@@ -105,7 +105,8 @@
         // 满足首检不合格重新呼叫条件且当前尚未重新生成送检时间 => 按钮可用
         canFailResend() {
            return this.statusForm &&
               this.statusForm.remark === this.failedRemark &&
                    this.statusForm.remark &&
                    this.statusForm.remark.includes('不合格重新送检') && // 改为包含匹配
               !this.maShoutTime;
         }
      },