Commit 10406262db12d941560f9358f310f0ed13423750

Authored by ww
1 parent f782db1b

feat: 产品详情放开物模型事件面板

... ... @@ -25,7 +25,7 @@
25 25 >
26 26 <TabPane :key="FunctionType.PROPERTIES" tab="属性" />
27 27 <TabPane :key="FunctionType.SERVICE" :disabled="isTCPGatewaySubDevice" tab="服务" />
28   - <!-- <TabPane :key="FunctionType.EVENTS" tab="事件" :disabled=" isTCPGatewaySubDevice" /> -->
  28 + <TabPane :key="FunctionType.EVENTS" tab="事件" :disabled="isTCPGatewaySubDevice" />
29 29 </Tabs>
30 30 <Attribute v-if="activeKey === FunctionType.PROPERTIES" ref="AttrRef" />
31 31 <Service
... ...