parent
343106cec9
commit
ab61720ec3
@ -83,7 +83,16 @@
|
||||
style="margin-right: 10px"
|
||||
@select="panelNodeClick"
|
||||
@input="inputVal"
|
||||
/>
|
||||
>
|
||||
<label
|
||||
slot="option-label"
|
||||
slot-scope="{ node, labelClassName }"
|
||||
:class="labelClassName"
|
||||
:title="node.label"
|
||||
>
|
||||
{{ node.label }}
|
||||
</label>
|
||||
</treeselect>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row style="margin-top: 10px;height: 30px">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user