Commit 1b9dcba1 authored by FE-安焕焕's avatar FE-安焕焕 👣

查看附件状态更改

parent 5fb71aee
......@@ -98,7 +98,7 @@ export default () => {
<Button
type="primary"
onClick={() => viewAccessory(r)}
disabled={r.settleStatus === 2 || (r.settleStatus === 6 && !r.isUploadDoc)}
disabled={!(r.settleStatus === 6 && r.isUploadDoc)}
>
查看附件
</Button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment