1
This commit is contained in:
@@ -85,13 +85,16 @@ onMounted(loadChannelTree);
|
||||
>
|
||||
<template #title="{ label, level, key }">
|
||||
<div class="flex">
|
||||
<!-- 通道节点显示图标 -->
|
||||
<div v-if="level == 2" class="tree-icon">
|
||||
<!-- -->
|
||||
<div
|
||||
v-if="selectKeys.indexOf(key) > -1"
|
||||
class="icon playing"
|
||||
></div>
|
||||
<div v-else class="icon unplay"></div>
|
||||
</div>
|
||||
|
||||
<span :style="currentSelectKey == key ? 'color:blue' : ''">
|
||||
<span v-if="label.indexOf(searchValue) > -1">
|
||||
{{ label.substring(0, label.indexOf(searchValue)) }}
|
||||
|
Reference in New Issue
Block a user