File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 divided
7373 @click =" syncMulDocument"
7474 :disabled =" multipleSelection.length === 0"
75- v-if =" permissionPrecise.doc_sync(id)"
75+ v-if =" knowledgeDetail?.type === 1 && permissionPrecise.doc_sync(id)"
7676 >{{ $t('views.document.syncDocument') }}
7777 </el-dropdown-item >
7878 <el-dropdown-item
Original file line number Diff line number Diff line change 2424 <el-divider direction =" vertical" />
2525 <span class =" mr-8" >
2626 <el-button link @click.stop =" editParagraph(data)" >
27- <el-icon :size =" 16" :title =" $t('views.applicationWorkflow.control.zoomOut ')" >
27+ <el-icon :size =" 16" :title =" $t('common.edit ')" >
2828 <EditPen />
2929 </el-icon >
3030 </el-button >
3131 </span >
3232 <span class =" mr-8" >
3333 <el-button link @click.stop =" addParagraph(data)" >
34- <el-icon :size =" 16" :title =" $t('views.applicationWorkflow.control.zoomOut ')" >
34+ <el-icon :size =" 16" :title =" $t('common.add ')" >
3535 <el-icon ><CirclePlus /></el-icon >
3636 </el-icon >
3737 </el-button >
You can’t perform that action at this time.
0 commit comments