fix: 修复桌面版导出中心不显示组织

This commit is contained in:
taojinlong
2024-12-12 16:37:55 +08:00
committed by taojinlong
parent 1ef9535998
commit bf9e4fea8c

View File

@@ -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"