taskId:083 remark:'commit'

This commit is contained in:
fks-xuxinyue
2024-07-12 16:59:33 +08:00
parent 97c3945848
commit 0282d2d1aa
8 changed files with 1041 additions and 83 deletions

View File

@@ -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月',