Commit a14ab3976cca57e6382345b5f4345173e712666b
Merge branch 'ww' into 'main'
feat: 产品详情开放物模型TSL事件面板 See merge request yunteng/thingskit-front!486
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | <Tabs type="card" v-model:active-key="activeKey" @change="handleSwitchTsl"> |
12 | 12 | <Tabs.TabPane :key="FunctionType.PROPERTIES" tab="属性" /> |
13 | 13 | <Tabs.TabPane :key="FunctionType.SERVICE" tab="服务" /> |
14 | - <!-- <Tabs.TabPane :key="FunctionType.EVENTS" tab="事件" /> --> | |
14 | + <Tabs.TabPane :key="FunctionType.EVENTS" tab="事件" /> | |
15 | 15 | <template #tabBarExtraContent> |
16 | 16 | <Button class="ml-2" @click="handleCopy"> |
17 | 17 | <template #icon> | ... | ... |