Commit 4b8141cf435d50ac05d2e7cdafd0751a8f692250
1 parent
61d42001
pref: rename device detail model of matter tab name
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | @open-gateway-device="handleOpenGatewayDevice" |
17 | 17 | /> |
18 | 18 | </TabPane> |
19 | - <TabPane key="modelOfMatter" tab="物模型"> | |
19 | + <TabPane key="modelOfMatter" tab="物模型数据"> | |
20 | 20 | <ModelOfMatter :deviceDetail="deviceDetail" /> |
21 | 21 | </TabPane> |
22 | 22 | <!-- <TabPane key="2" tab="实时数据" v-if="deviceDetail?.deviceType !== 'GATEWAY'"> | ... | ... |