|
|
@ -437,7 +437,7 @@ |
|
|
{extendSlots(slots)} |
|
|
{extendSlots(slots)} |
|
|
</TreeHeader> |
|
|
</TreeHeader> |
|
|
)} |
|
|
)} |
|
|
<Spin spinning={unref(props.loading)} tip="加载中..."> |
|
|
<Spin wrapperClassName={unref(props.treeWrapperClassName)} spinning={unref(props.loading)} tip="加载中..."> |
|
|
<ScrollContainer style={scrollStyle} v-show={!unref(getNotFound)}> |
|
|
<ScrollContainer style={scrollStyle} v-show={!unref(getNotFound)}> |
|
|
<Tree {...unref(getBindValues)} showIcon={false} treeData={treeData.value} /> |
|
|
<Tree {...unref(getBindValues)} showIcon={false} treeData={treeData.value} /> |
|
|
</ScrollContainer> |
|
|
</ScrollContainer> |
|
|
|