去除打印

This commit is contained in:
lyp 2025-07-09 14:12:03 +08:00
parent 4fae300362
commit db9b387738

View File

@ -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={() => {