Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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 | ... | ... |