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