lavoce #11
@@ -22,18 +22,18 @@ const ListHistoryEvent = memo(function ListHistoryEvent(props) {
|
||||
},
|
||||
{
|
||||
title: 'Tag Name',
|
||||
dataIndex: 'tag_name',
|
||||
key: 'tag_name',
|
||||
dataIndex: 'tagname',
|
||||
key: 'tagname',
|
||||
width: '40%',
|
||||
},
|
||||
{
|
||||
title: 'Description',
|
||||
dataIndex: 'condition',
|
||||
key: 'condition',
|
||||
dataIndex: 'description',
|
||||
key: 'description',
|
||||
width: '20%',
|
||||
render: (_, record) => (
|
||||
<Button type="text" style={{ backgroundColor: record.status_color, width: '100%' }}>
|
||||
{record.condition}
|
||||
{record.description}
|
||||
</Button>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user