mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix: 修复桌面版导出中心不显示组织
This commit is contained in:
@@ -62,6 +62,7 @@ const handleClose = () => {
|
||||
const { wsCache } = useCache()
|
||||
const openType = wsCache.get('open-backend') === '1' ? '_self' : '_blank'
|
||||
const xpack = wsCache.get('xpack-model-distributed')
|
||||
const desktop = wsCache.get('app.desktop')
|
||||
|
||||
onUnmounted(() => {
|
||||
clearInterval(timer)
|
||||
@@ -440,7 +441,7 @@ defineExpose({
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
v-show="xpack"
|
||||
v-if="!desktop"
|
||||
prop="orgName"
|
||||
:label="t('data_set.organization')"
|
||||
width="200"
|
||||
|
||||
Reference in New Issue
Block a user