Skip to content

Commit

Permalink
feat: el-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 6, 2022
1 parent 44c9d4e commit a533430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/DeviceCloud/manage/editdevices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -584,15 +584,15 @@
name="task"
>
<scene-log
v-if="activeName == 'task'"
v-show="activeName == 'task'"
ref="SceneLog"
:device-info="deviceInfo"
:name="activeName"
/>
</el-tab-pane>
<el-tab-pane :label="$translateTitle('device.log')" name="trace">
<device-log
v-if="activeName == 'trace'"
v-show="activeName == 'trace'"
:devaddr="devicedevaddr"
:deviceid="deviceid"
:is-device-info="true"
Expand Down

0 comments on commit a533430

Please sign in to comment.