提交 c7328559 编写于 作者: A afc163

rm alert

上级 8cd0a089
......@@ -11,11 +11,11 @@
import { Table } from 'antd';
const onRowClick = function(record, index) {
alert(`u click the nth(${index}) element of yourFather.children, record.name: ${record.name}`);
console.log(`u click the nth(${index}) element of yourFather.children, record.name: ${record.name}`);
};
const onOperationClick = function(text, record) {
alert(`u click ${text}, record.name is ${record.name}`);
console.log(`u click ${text}, record.name is ${record.name}`);
};
const columns = [{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册