Commit 91925aac authored by cellee's avatar cellee

访客记录格式

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent 8651b361
...@@ -47,7 +47,7 @@ const VisitorRecord = (props: any) => { ...@@ -47,7 +47,7 @@ const VisitorRecord = (props: any) => {
{ {
title: 'Unit', title: 'Unit',
dataIndex: 'inviterAddress', dataIndex: 'inviterAddress',
render: (text) => <span>{text}</span>, render: (text) => <span>BLK {text}</span>,
}, },
// ["Actions",null, (text: any, record: any) => (<Space size="middle"> <a>Detail</a></Space>)], // ["Actions",null, (text: any, record: any) => (<Space size="middle"> <a>Detail</a></Space>)],
]; ];
...@@ -235,7 +235,7 @@ const VisitorRecord = (props: any) => { ...@@ -235,7 +235,7 @@ const VisitorRecord = (props: any) => {
Reset Reset
</Button> </Button>
</Form.Item> </Form.Item>
<div style={{ maxWidth: '100%', marginTop: 15 }}> <div style={{ maxWidth: '100%', marginTop: 15, width: '100%' }}>
<Form.Item name="community" label=""> <Form.Item name="community" label="">
<SelectCommunity /> <SelectCommunity />
</Form.Item> </Form.Item>
......
...@@ -47,7 +47,7 @@ const VisitorRecord = (props: any) => { ...@@ -47,7 +47,7 @@ const VisitorRecord = (props: any) => {
{ {
title: 'Unit', title: 'Unit',
dataIndex: 'inviterAddress', dataIndex: 'inviterAddress',
render: (text) => <span>{text}</span>, render: (text) => <span>BLK {text}</span>,
}, },
// ["Actions",null, (text: any, record: any) => (<Space size="middle"> <a>Detail</a></Space>)], // ["Actions",null, (text: any, record: any) => (<Space size="middle"> <a>Detail</a></Space>)],
]; ];
...@@ -235,7 +235,7 @@ const VisitorRecord = (props: any) => { ...@@ -235,7 +235,7 @@ const VisitorRecord = (props: any) => {
Reset Reset
</Button> </Button>
</Form.Item> </Form.Item>
<div style={{ maxWidth: '100%', marginTop: 15 }}> <div style={{ maxWidth: '100%', marginTop: 15, width: '100%' }}>
<Form.Item name="community" label=""> <Form.Item name="community" label="">
<SelectCommunity /> <SelectCommunity />
</Form.Item> </Form.Item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment