移除 console

This commit is contained in:
whyour 2023-12-05 23:23:13 +08:00
parent 13e7dac333
commit 6e0ee6f627

View File

@ -109,7 +109,6 @@ const Dependence = () => {
width: 120,
dataIndex: 'status',
render: (text: string, record: any, index: number) => {
console.log(record.status);
return (
<Space size="middle" style={{ cursor: 'text' }}>
<Tag