Skip to content

Commit

Permalink
feat: 修改显隐描述信息判断条件
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 23575
  • Loading branch information
hyunfa committed Nov 12, 2024
1 parent eddd7df commit 7d82b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/global-config/gse-config/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</template>
</auth-component>
</div>
<p class="access-point-remarks" v-if="accessPoint.description">
<p class="access-point-remarks">
<span>ID:</span>
<span class="point-id">{{ accessPoint.id | filterEmpty }}</span>
<span class="point-desc" v-if="accessPoint.description">{{ accessPoint.description }}</span>
Expand Down

0 comments on commit 7d82b67

Please sign in to comment.