| | |
| | | :defaultExpandAll="false" |
| | | :option="Treeoption" |
| | | class="classifyTree" |
| | | style="height: calc(100vh - 230px);" |
| | | style="height: calc(100vh - 230px)" |
| | | @node-click="nodeClick" |
| | | > |
| | | </avue-tree> |
| | |
| | | <avue-tree ref="cloneTree" v-model="TreeAvueform" v-loading="loading" :data="Treedata" |
| | | :defaultExpandAll="false" |
| | | :option="Treeoption" |
| | | style="height: 50.5vh;margin-right: 10px" |
| | | style="height: 50.5vh;margin-right: 10px;width: 300px" |
| | | @node-click="ClonenodeClick" |
| | | > |
| | | </avue-tree> |
| | |
| | | Option: { |
| | | addBtn: false, |
| | | index: true, |
| | | columnBtn:false, |
| | | border: true, |
| | | menu: false, |
| | | height: 380, |
| | |
| | | CloneSelect: [], |
| | | //克隆模板option |
| | | ClonecrudTreeOption: { |
| | | columnBtn:false, |
| | | index: true, |
| | | border: true, |
| | | menu: false, |
| | |
| | | return { |
| | | index: true, |
| | | border: true, |
| | | columnBtn:false, |
| | | height: 180, |
| | | addBtn: this.Formlist.length <= 0 && this.nodeClickList != "", |
| | | editBtn: false, |