实现了垂直排序

This commit is contained in:
zxj
2025-07-28 10:50:15 +08:00
parent 8780f5d463
commit 307fc70ae2
5 changed files with 36 additions and 6 deletions
@@ -46,6 +46,11 @@ class SettingViewModel : BaseViewModel() {
_equipmentList.value = response.data ?: emptyList()
}
}
// val list = mutableListOf<EquipmentUserInfo>()
// for (i in 1 .. 30){
// list.add(EquipmentUserInfo(id = i, equipmentBoxCode = i.toString()))
// }
// _equipmentList.value = list
}
/**