Skip to content

Commit

Permalink
refactor: 优化文案
Browse files Browse the repository at this point in the history
  • Loading branch information
wxg0103 committed Nov 22, 2024
1 parent 9719c6e commit 4e89495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/src/views/application/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<template #subTitle>
<el-text class="lighter mr-8" size="small">
<auto-tooltip :content="item.username">
创建人: {{ item.username }}
创建者: {{ item.username }}
</auto-tooltip>
</el-text>
</template>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/dataset/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<template #subTitle>
<el-text class="lighter mr-8" size="small">
<auto-tooltip :content="item.username">
创建人: {{ item.username }}
创建者: {{ item.username }}
</auto-tooltip>
</el-text>
</template>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/views/function-lib/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<template #subTitle>
<el-text class="lighter mr-8" size="small">
<auto-tooltip :content="item.username">
创建人: {{ item.username }}
创建者: {{ item.username }}
</auto-tooltip>
</el-text>
</template>
Expand Down

0 comments on commit 4e89495

Please sign in to comment.