@@ -23,9 +23,6 @@
@check="onCheck"
@expand="onExpand"
>
- <span slot="hasDatarule" slot-scope="{slotTitle,ruleFlag}">
- {{ slotTitle }}<a-icon v-if="ruleFlag" type="align-left" style="margin-left:5px;color: red;" />
- </span>
</a-tree>
</a-form-item>
</a-form>
@@ -16,6 +16,7 @@
<a-col :md="10" :sm="24">
<template>
<a-tree
+ :show-line="true"
:selected-keys="selectedKeys"
:tree-data="treeData"
:check-strictly="checkStrictly"