去除打印
This commit is contained in:
parent
4fae300362
commit
db9b387738
@ -212,7 +212,7 @@ export default function EditThree(props: any) {
|
||||
title: '操作',
|
||||
align: 'center',
|
||||
dataIndex: 'operation',
|
||||
render: (text: string, record: any) => {
|
||||
render: (_text: string, record: any) => {
|
||||
return (
|
||||
<div className="ant-table-cell-operations">
|
||||
<Button type="link" onClick={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user