mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
update code style
This commit is contained in:
parent
67c0e2ad0e
commit
3a5f301fad
@ -21,7 +21,7 @@ const renderContent = function(value, row, index) {
|
||||
obj.props.colSpan = 0;
|
||||
}
|
||||
return obj;
|
||||
}
|
||||
};
|
||||
|
||||
const columns = [{
|
||||
title: '姓名',
|
||||
@ -29,7 +29,7 @@ const columns = [{
|
||||
render: function(text, row, index) {
|
||||
if (index < 4) {
|
||||
return <a href="javascript:;">{text}</a>;
|
||||
}else{
|
||||
} else {
|
||||
return {
|
||||
children: <a href="javascript:;">{text}</a>,
|
||||
props: {
|
||||
|
Loading…
Reference in New Issue
Block a user