feat 优化反应器相关实体
This commit is contained in:
parent
48971c9dc7
commit
11aeae4877
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user