Skip to content

Commit

Permalink
feat: show gkd versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Feb 20, 2024
1 parent 7c8db3f commit 64aa04d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/WindowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const renderLabel = (info: {
<NThead>
<NTr>
<NTh> 设备 </NTh>
<NTh> GKD </NTh>
<NTh> 应用名称 </NTh>
<NTh> 版本名称 </NTh>
<NTh> 版本代码 </NTh>
Expand All @@ -117,6 +118,9 @@ const renderLabel = (info: {
}`
}}
</NTd>
<NTd class="whitespace-nowrap">
{{ getDevice(snapshot).gkdVersionName || '1.6.4' }}
</NTd>
<NTd class="whitespace-nowrap" @click="copy(snapshot.appName)">
<NEllipsis>
{{ snapshot.appName }}
Expand Down

0 comments on commit 64aa04d

Please sign in to comment.