报修 房间选择

This commit is contained in:
czz
2025-07-21 16:50:57 +08:00
parent 32ce75d65f
commit 210617c6ff
17 changed files with 507 additions and 912 deletions

View File

@@ -30,13 +30,13 @@ class RepairHistoryWidget extends GetView<RepairInfoController> {
highlightColor: Color(0XFF055466),
padding: EdgeInsets.only(top: 0),
onTap: () {
TopSlideNotification.show(
context,
text: "功能开发中...",
);
// TopSlideNotification.show(
// context,
// text: "功能开发中...",
// );
// Get.toNamed("/repairHistoryListPage",
// arguments: repairListController.model.repairList[index]);
Get.toNamed("/repairHistoryListPage",
arguments: repairListController.model.repairList[index]);
},
child: Container(
// height: 119.rpx,
@@ -63,8 +63,8 @@ class RepairHistoryWidget extends GetView<RepairInfoController> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
repairListController.model.repairList[index]['device'][0]['name']
??
repairListController.model.repairList[index]['device']
[0]['name'] ??
'',
style: TextStyle(
color: Colors.white, fontSize: 30.rpx, height: 1),