Commit 19c31e94 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

Merge branch 'v2-220418' of…

Merge branch 'v2-220418' of https://gitlab.shushangyun.com/linkseeks-design/pro-platform into fix418
parents 2bf8b384 778d7669
...@@ -148,7 +148,10 @@ export const MaterialTableCell: React.FC<MaterialTableCellProps> = ({ ...@@ -148,7 +148,10 @@ export const MaterialTableCell: React.FC<MaterialTableCellProps> = ({
callback(err) callback(err)
} }
} }
let childNode = children; let childNode = children;
if (editable) { if (editable) {
console.log(dataIndex) console.log(dataIndex)
childNode = childNode =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment