fix:修改:突发事件,待跟进的时候可以申请关闭吧?
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m57s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m57s
This commit is contained in:
parent
16719bf5fd
commit
41c9f5909b
@ -16,7 +16,10 @@ export default function ApplyClose(
|
||||
trigger={
|
||||
<MyButtons.Default
|
||||
title="关闭"
|
||||
disabled={props.item.status !== 'InProgress'}
|
||||
disabled={
|
||||
props.item.status !== 'InProgress' &&
|
||||
props.item.status !== 'PendingFollowUp'
|
||||
}
|
||||
type="primary"
|
||||
/>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user