taskId:083 remark:'commit'
This commit is contained in:
@@ -21,12 +21,12 @@ export const tableColumns = [
|
||||
{
|
||||
title: '1月',
|
||||
dataIndex: 'jan',
|
||||
customRender: ({ text, record }) => ({
|
||||
children: text,
|
||||
attrs: {
|
||||
style: record.janFlag === 1 ? 'color: red' : 'color: blue'
|
||||
}
|
||||
})
|
||||
// customRender: ({ text, record }) => ({
|
||||
// children: text,
|
||||
// attrs: {
|
||||
// style: record.janFlag === 1 ? 'color: red' : 'color: blue'
|
||||
// }
|
||||
// })
|
||||
},
|
||||
{
|
||||
title: '2月',
|
||||
|
Reference in New Issue
Block a user