develop #17
@ -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"
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user