diff --git a/src/views/three/12/index.vue b/src/views/three/12/index.vue index 8bb446c..ccdd323 100644 --- a/src/views/three/12/index.vue +++ b/src/views/three/12/index.vue @@ -1,277 +1,325 @@ + - + + { }" > + {{ selectedObject.name }} + 材质: {{ selectedObject.material }} + 坐标: @@ -702,20 +834,27 @@ onUnmounted(() => { - + + + + {{ dialogContent.title }} + 告警 + × + {{ dialogContent.description }} + ⚠️ @@ -726,6 +865,7 @@ onUnmounted(() => { 运行时间:152小时 + ✓ 温度:65°C ✓ 压力:正常 @@ -735,12 +875,14 @@ onUnmounted(() => { - + + 综合场景控制 + 场景特性 @@ -752,19 +894,24 @@ onUnmounted(() => { + 设备控制 + {{ isAlerting ? '关闭' : '触发' }}设备告警 + {{ isEmitting ? '关闭' : '开启' }}蒸汽效果 + {{ isFlaming ? '关闭' : '开启' }}火焰效果 + 交互说明 @@ -778,6 +925,7 @@ onUnmounted(() => { + 使用的公共函数: useThreeScene() @@ -790,12 +938,21 @@ onUnmounted(() => {
{{ dialogContent.description }}