mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
移除 console
This commit is contained in:
parent
13e7dac333
commit
6e0ee6f627
|
@ -109,7 +109,6 @@ const Dependence = () => {
|
||||||
width: 120,
|
width: 120,
|
||||||
dataIndex: 'status',
|
dataIndex: 'status',
|
||||||
render: (text: string, record: any, index: number) => {
|
render: (text: string, record: any, index: number) => {
|
||||||
console.log(record.status);
|
|
||||||
return (
|
return (
|
||||||
<Space size="middle" style={{ cursor: 'text' }}>
|
<Space size="middle" style={{ cursor: 'text' }}>
|
||||||
<Tag
|
<Tag
|
||||||
|
|
Loading…
Reference in New Issue
Block a user