Skip to content

Commit 4e89495

Browse files
committed
refactor: 优化文案
1 parent 9719c6e commit 4e89495

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/views/application/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<template #subTitle>
8282
<el-text class="lighter mr-8" size="small">
8383
<auto-tooltip :content="item.username">
84-
创建人: {{ item.username }}
84+
创建者: {{ item.username }}
8585
</auto-tooltip>
8686
</el-text>
8787
</template>

ui/src/views/dataset/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<template #subTitle>
6565
<el-text class="lighter mr-8" size="small">
6666
<auto-tooltip :content="item.username">
67-
创建人: {{ item.username }}
67+
创建者: {{ item.username }}
6868
</auto-tooltip>
6969
</el-text>
7070
</template>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<template #subTitle>
7070
<el-text class="lighter mr-8" size="small">
7171
<auto-tooltip :content="item.username">
72-
创建人: {{ item.username }}
72+
创建者: {{ item.username }}
7373
</auto-tooltip>
7474
</el-text>
7575
</template>

0 commit comments

Comments
 (0)