设备报修

This commit is contained in:
czz
2025-07-14 18:04:42 +08:00
parent a26834f56c
commit d5a5e3282d
13 changed files with 952 additions and 374 deletions

View File

@@ -63,8 +63,8 @@ class RepairHistoryWidget extends GetView<RepairInfoController> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
repairListController.model.repairList[index]['device'][0]
['mac'] ??
repairListController.model.repairList[index]['device'][0]['name']
??
'',
style: TextStyle(
color: Colors.white, fontSize: 30.rpx, height: 1),