Commit a4fc9746 authored by 皮倩雯's avatar 皮倩雯

fix: '集成登录显示优化'

parent f35b9ba0
Pipeline #72817 passed with stages
......@@ -184,9 +184,9 @@ const Integrate = () => {
align: 'center',
render: record => {
if (record === 0) {
return <Tag color="success"></Tag>;
return <Tag color="success"></Tag>;
}
return <Tag color="processing"></Tag>;
return <Tag color="processing"></Tag>;
},
},
{
......
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