Skip to content

Commit 0a148bf

Browse files
committed
fix: always render subtitle for item username in template
--bug=1053754 --user=刘瑞斌 【内置函数】添加到函数库中后,未显示创建者 https://www.tapd.cn/57709429/s/1675159
1 parent 9189a2f commit 0a148bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/function-lib/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
/>
118118
</template>
119119
<template #subTitle>
120-
<el-text class="color-secondary" size="small" v-if="!item.template_id">
120+
<el-text class="color-secondary" size="small">
121121
<auto-tooltip :content="item.username">
122122
{{ $t('common.creator') }}: {{ item.username }}
123123
</auto-tooltip>

0 commit comments

Comments
 (0)