Commit 966f6305 authored by cellee's avatar cellee

Merge branch 'final' of http://120.77.240.215:9701/Maple/tostumi.git into final

parents 0c187762 b0acc638
......@@ -68,6 +68,7 @@ const CardDetail = (props: any) => {
: values.replyContent,
type: '7',
};
console.log(tmp);
RA(34, tmp, module, dispatch);
setLoading(true);
};
......
......@@ -58,7 +58,7 @@ const Users = (props: any) => {
{
title: unit,
render: (text: any, record: any) => (
<div>{record.buildingNumber + ' #' + record.floorNumber + '' + record.roomNumber}</div>
<div>{record.buildingNumber + ' #' + record.floorNumber + '-' + record.roomNumber}</div>
),
},
{
......
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