This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5 by this push:
new ad85b9805f KYLIN-5471 fix model edit cc panel issue
ad85b9805f is described below
commit ad85b9805fc536222bf339317112909adbb08a2b
Author: Qian Xia <[email protected]>
AuthorDate: Mon Apr 3 18:07:33 2023 +0800
KYLIN-5471 fix model edit cc panel issue
---
kystudio/src/components/studio/StudioModel/ModelEdit/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue
b/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue
index 689de2c4d8..5796b529a1 100644
--- a/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue
+++ b/kystudio/src/components/studio/StudioModel/ModelEdit/index.vue
@@ -158,6 +158,7 @@
</ul>
</div>
<kylin-nodata v-show="t.showColumns.length === 0 &&
t.filterColumnChar" :content="$t('noResults')"></kylin-nodata>
+ <p class="has-no-connected-column" v-if="t.spreadOut &&
showOnlyConnectedColumn && getCurrentColumns(t).length === 0 &&
getCurrentColumns(modelRender, 'cc').length ===
0">{{$t('noConnectedColumn')}}</p>
<!-- 拖动操纵 -->
<DragBar :dragData="t.drawSize" :dragZoom="modelRender.zoom"/>
<!-- 拖动操纵 -->
@@ -406,7 +407,6 @@
</ul>
</div>
<kylin-nodata
v-if="!modelRender.computed_columns.length"></kylin-nodata>
- <p class="has-no-connected-column" v-if="t.spreadOut &&
showOnlyConnectedColumn && getCurrentColumns(t).length === 0 &&
getCurrentColumns(modelRender, 'cc').length ===
0">{{$t('noConnectedColumn')}}</p>
<!-- 拖动操纵 -->
<DragBar :dragData="panelAppear.cc"/>
<!-- 拖动操纵 -->