riku
2025-04-11 5e059c9c17a6d63b6c017d2d2beb25ae227071d1
src/constant/device-type.js
@@ -66,7 +66,7 @@
}
function typeName(type) {
  return typeList().find((v) => (v.value = type)).label;
  return typeList().find((v) => v.value == type).label;
}
export { TYPE0, TYPE1, TYPE2, TYPE3, TYPE4, typeList, typeName, deviceList };