|
@ -117,7 +117,7 @@
|
|
|
<div
|
|
|
class="particulars"
|
|
|
v-for="(item,index) in jtbcTabsData"
|
|
|
@click="handleNodeClick(item, 8)"
|
|
|
@click="handleNodeClick(item)"
|
|
|
:style="handleNodeId==item.id?'background-color: #409eff;color:#fff;':''">
|
|
|
{{item.label}}
|
|
|
</div>
|
|
@ -125,8 +125,8 @@
|
|
|
<template v-if="tabsId == 9">
|
|
|
<div
|
|
|
class="particulars"
|
|
|
v-for="(item,index) in jtbcTabsData"
|
|
|
@click="handleNodeClick(item, 8)"
|
|
|
v-for="(item,index) in gxbTabsData"
|
|
|
@click="handleNodeClick(item)"
|
|
|
:style="handleNodeId==item.id?'background-color: #409eff;color:#fff;':''">
|
|
|
{{item.label}}
|
|
|
</div>
|