feat 优化反应器相关实体

This commit is contained in:
Asoka 2025-06-13 11:09:28 +08:00
parent 48971c9dc7
commit 11aeae4877

View File

@ -189,17 +189,6 @@ const activeTab = ref('basic')
const activePumpTab = ref('pump1')
const deviceStatusOptions = ref<ReactorTypeEnumItem[]>([])
// API
const roomOptions = ref([
{ id: 1, name: '实验室1' },
{ id: 2, name: '实验室2' }
])
const principalOptions = ref([
{ id: 1, name: '张三' },
{ id: 2, name: '李四' }
])
const defaultPumpConfig = {
speed: 0,
timeout: 0,