feiyu02
2025-03-21 da67648220f86993fac22b8199165995df3d8563
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 };