This commit is contained in:
Jay
2017-04-06 17:31:36 +08:00
parent e18fa6546b
commit b8ccbe4cd3
11 changed files with 340 additions and 32 deletions
@@ -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>
)
}