Skip to content

Commit aab69ea

Browse files
authored
Update SelectUser.vue (#120)
1 parent 5299778 commit aab69ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CreateGroupModal/SelectUser.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const handleChange = () => {
8181
v-model="selected"
8282
style="display: inline-block; text-align: left"
8383
:render-content="renderFunc"
84-
:titles="['Source', 'Target']"
84+
:titles="['用户列表', '已选用户']"
8585
:format="{
8686
noChecked: '${total}',
8787
hasChecked: '${checked}/${total}',

0 commit comments

Comments
 (0)