Browse Source

pacs

master
pengjun 1 year ago
parent
commit
f57c4bdb16
  1. 3
      src/components/doctorCheck/PacsTemplate.vue

3
src/components/doctorCheck/PacsTemplate.vue

@ -5,9 +5,10 @@
<el-input placeholder="输入关键字进行过滤" v-model="filterText" size="small" /> <el-input placeholder="输入关键字进行过滤" v-model="filterText" size="small" />
</div> </div>
<div> <div>
<!-- default-expand-all -->
<el-tree :style="`overflow: scroll;width: 280px;height:510px;`" :data="pacsTemplateTree" :props="treeprops" <el-tree :style="`overflow: scroll;width: 280px;height:510px;`" :data="pacsTemplateTree" :props="treeprops"
:filter-node-method="filterNode" :expand-on-click-node="false" highlight-current ref="ref_tree" show-checkbox :filter-node-method="filterNode" :expand-on-click-node="false" highlight-current ref="ref_tree" show-checkbox
default-expand-all @check-change="handleCheckChange">
@check-change="handleCheckChange">
<span class="custom-tree-node" slot-scope="{ node, data }"> <span class="custom-tree-node" slot-scope="{ node, data }">
<div> <div>
<span class="treeicons"> <span class="treeicons">

Loading…
Cancel
Save