修改文字排版
This commit is contained in:
parent
1fb3cfaa53
commit
114613ae0d
|
|
@ -87,9 +87,9 @@ class _HistoricalRecordState extends State<HistoricalRecord> {
|
||||||
return ListTile(
|
return ListTile(
|
||||||
title: Text(_results[index]['姓名']),
|
title: Text(_results[index]['姓名']),
|
||||||
subtitle: Text(
|
subtitle: Text(
|
||||||
'長者ID: ${_results[index]['長者ID']}\n, '
|
' 長者ID: ${_results[index]['長者ID']},\n '
|
||||||
'跌倒時間: ${_results[index]['跌倒時間']}\n, '
|
'跌倒時間: ${_results[index]['跌倒時間']},\n '
|
||||||
'跌倒原因: ${_results[index]['跌倒原因']}\n, '
|
'跌倒原因: ${_results[index]['跌倒原因']},\n '
|
||||||
'跌倒地點: ${_results[index]['跌倒地點']}\n',
|
'跌倒地點: ${_results[index]['跌倒地點']}\n',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user