Commit 3d601534 authored by XieZhiXiong's avatar XieZhiXiong

fix: 强转布尔值

parent 4e0b4725
......@@ -190,7 +190,7 @@ const QuotaMenage: React.FC = () => {
{/* 授信状态为 正常 时可申请调额 */}
{(
record.status === CREDIT_STATUS_NORMAL &&
record.isCanApply
!!record.isCanApply
) && (
<Button
type="link"
......
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