提交 a0565d96 authored 作者: junjie's avatar junjie

feat: 数据关联选择数据集tree优化

上级 05d46702
......@@ -92,7 +92,7 @@
width="500"
trigger="click"
>
<dataset-group-selector :fix-height="true" show-mode="union" :custom-type="customType" :mode="1" @getTable="getTable" />
<dataset-group-selector-tree :fix-height="true" show-mode="union" :custom-type="customType" :mode="1" @getTable="getTable" />
<el-button slot="reference" size="mini" style="width: 100%;">
<p class="table-name-css" :title="targetTable.name || $t('dataset.pls_slc_union_table')">{{ targetTable.name || $t('dataset.pls_slc_union_table') }}</p>
</el-button>
......@@ -134,11 +134,11 @@
<script>
import { post, fieldList } from '../../../api/dataset/dataset'
import DatasetGroupSelector from '../common/DatasetGroupSelector'
import DatasetGroupSelectorTree from '../common/DatasetGroupSelectorTree'
export default {
name: 'UnionView',
components: { DatasetGroupSelector },
components: { DatasetGroupSelectorTree },
props: {
table: {
type: Object,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论