fix:修改:突发事件,待跟进的时候可以申请关闭吧?
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m57s

This commit is contained in:
Your Name 2026-04-27 14:07:44 +08:00
parent 16719bf5fd
commit 41c9f5909b

View File

@ -16,7 +16,10 @@ export default function ApplyClose(
trigger={ trigger={
<MyButtons.Default <MyButtons.Default
title="关闭" title="关闭"
disabled={props.item.status !== 'InProgress'} disabled={
props.item.status !== 'InProgress' &&
props.item.status !== 'PendingFollowUp'
}
type="primary" type="primary"
/> />
} }