File tree Expand file tree Collapse file tree 5 files changed +12
-1
lines changed
Expand file tree Collapse file tree 5 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 88 "Details" : " Details"
99 },
1010 "sync" : {
11+ "the_existing_user" : " If the user already exists, overwrite the existing user." ,
1112 "sync_users" : " Sync Users" ,
1213 "sync_wechat_users" : " Sync WeChat Users" ,
1314 "sync_dingtalk_users" : " Sync DingTalk Users" ,
Original file line number Diff line number Diff line change 88 "Details" : " 세부"
99 },
1010 "sync" : {
11+ "the_existing_user" : " 해당 사용자가 이미 존재하는 경우 기존 사용자를 덮어씁니다." ,
1112 "sync_users" : " 사용자 동기화" ,
1213 "sync_wechat_users" : " 위챗 사용자 동기화" ,
1314 "sync_dingtalk_users" : " 딩톡 사용자 동기화" ,
Original file line number Diff line number Diff line change 88 "Details" : " 详情"
99 },
1010 "sync" : {
11+ "the_existing_user" : " 若用户已存在,覆盖旧用户" ,
1112 "sync_users" : " 同步用户" ,
1213 "sync_wechat_users" : " 同步企业微信用户" ,
1314 "sync_dingtalk_users" : " 同步钉钉用户" ,
Original file line number Diff line number Diff line change 102102 </div >
103103
104104 <template #footer >
105+ <el-checkbox style =" float : left " v-model =" existingUser" >
106+ {{ $t('sync.the_existing_user') }}
107+ </el-checkbox >
105108 <el-button secondary @click =" centerDialogVisible = false" >
106109 {{ $t('common.cancel') }}</el-button
107110 >
@@ -123,14 +126,15 @@ import Close from '@/assets/svg/icon_close_outlined_w.svg'
123126import Search from ' @/assets/svg/icon_search-outline_outlined.svg'
124127import type { CheckboxValueType } from ' element-plus-secondary'
125128const checkAll = ref (false )
129+ const existingUser = ref (false )
126130const isIndeterminate = ref (false )
127131const checkedWorkspace = ref <any []>([])
128132const workspace = ref <any []>([])
129133const search = ref (' ' )
130134const dialogTitle = ref (' ' )
131135
132136const loading = ref (false )
133- const centerDialogVisible = ref (false )
137+ const centerDialogVisible = ref (true )
134138const checkTableList = ref ([] as any [])
135139
136140const workspaceWithKeywords = computed (() => {
Original file line number Diff line number Diff line change 9595 </div >
9696
9797 <template #footer >
98+ <el-checkbox style =" float : left " v-model =" existingUser" >
99+ {{ $t('sync.the_existing_user') }}
100+ </el-checkbox >
98101 <el-button secondary @click =" centerDialogVisible = false" >
99102 {{ $t('common.cancel') }}</el-button
100103 >
@@ -118,6 +121,7 @@ import Search from '@/assets/svg/icon_search-outline_outlined.svg'
118121import type { CheckboxValueType } from ' element-plus-secondary'
119122import type { FilterNodeMethodFunction } from ' element-plus-secondary'
120123const checkAll = ref (false )
124+ const existingUser = ref (false )
121125const isIndeterminate = ref (false )
122126const checkedWorkspace = ref <any []>([])
123127const workspace = ref <any []>([])
You can’t perform that action at this time.
0 commit comments