跌倒紀錄編號更新
This commit is contained in:
parent
fbe67b7dd9
commit
62808b2701
|
|
@ -133,7 +133,7 @@ class _HistoricalRecordState extends State<HistoricalRecord> {
|
||||||
),
|
),
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
title: Text(
|
title: Text(
|
||||||
'紀錄編號: 第${displayIndex}筆', // 使用倒序顯示編號
|
'編號: ${displayIndex}', // 使用倒序顯示編號
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user