|
|
@ -4,7 +4,7 @@ |
|
|
<el-input placeholder="输入关键字进行过滤" v-model="filterText" size="small" /> |
|
|
<el-input placeholder="输入关键字进行过滤" v-model="filterText" size="small" /> |
|
|
</div> |
|
|
</div> |
|
|
<div> |
|
|
<div> |
|
|
<el-tree :style="'overflow: scroll;height:' + (window.pageHeight < 600 ? 465 : window.pageHeight - 135) + 'px;'" |
|
|
|
|
|
|
|
|
<el-tree :style="'overflow: scroll;height:' + (window.pageHeight < 600 ? 465 : window.pageHeight - 135) + 'px;width:200px;'" |
|
|
:data="patientRegister.customerOrgTreeAll" :props="customerOrg.treeprops" node-key="id" |
|
|
:data="patientRegister.customerOrgTreeAll" :props="customerOrg.treeprops" node-key="id" |
|
|
:filter-node-method="filterNode" @node-click="treeclick" highlight-current ref="customerOrgTree"> |
|
|
:filter-node-method="filterNode" @node-click="treeclick" highlight-current ref="customerOrgTree"> |
|
|
<span class="custom-tree-node" slot-scope="{ node, data }"> |
|
|
<span class="custom-tree-node" slot-scope="{ node, data }"> |
|
|
|