Commit 29994541 authored by cellee's avatar cellee

小区地址加新加坡

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent c35815e8
...@@ -35,7 +35,8 @@ const CellLists = (props: any) => { ...@@ -35,7 +35,8 @@ const CellLists = (props: any) => {
'residentialAddress', 'residentialAddress',
(text: any, record: any) => ( (text: any, record: any) => (
<span> <span>
{record.residentialAddress}{' '} {record.residentialAddress}
{', SINGAPORE '}
{record.residentialZipCode.substring( {record.residentialZipCode.substring(
record.residentialZipCode.length - 6, record.residentialZipCode.length - 6,
record.residentialZipCode.length, record.residentialZipCode.length,
......
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