设备人员更新
This commit is contained in:
@@ -236,7 +236,9 @@ class _MinePageState extends State<NewMinePage> {
|
||||
Padding(
|
||||
padding: EdgeInsets.only(top: 46.rpx, bottom: 109.rpx),
|
||||
child: ElevatedButton(
|
||||
onPressed: () {},
|
||||
onPressed: () {
|
||||
Get.toNamed("/deviceListPage");
|
||||
},
|
||||
style: ElevatedButton.styleFrom(
|
||||
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
|
||||
backgroundColor: const Color(0XFF85F5FF),
|
||||
|
||||
Reference in New Issue
Block a user