update
This commit is contained in:
@@ -11,6 +11,10 @@ const ListItem = ({ i18n, data, delWristband, editWristband }) => {
|
||||
</Table.Cell>
|
||||
<Table.Cell>{data.mac}</Table.Cell>
|
||||
<Table.Cell>{data.name}</Table.Cell>
|
||||
<Table.Cell>{data.identity}</Table.Cell>
|
||||
<Table.Cell>{data.monitor == 1 ? '啟用' : '停用'}</Table.Cell>
|
||||
<Table.Cell>{data.notify == 1 ? '啟用' : '停用'}</Table.Cell>
|
||||
<Table.Cell>{data.switch == 1 ? '啟用' : '停用'}</Table.Cell>
|
||||
</Table.Row>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user