Commit 7bd64660 authored by LiXuyang's avatar LiXuyang

需求大厅-改

parent 5e797198
......@@ -58,8 +58,8 @@
<div
v-for="(tab, index) in tabMoneyList"
:key="tab"
:class="{ active: tabSelect === index }"
@click="handleClickTab(tab, index)"
:class="{ active: tab1Select === index }"
@click="tab1Select = index"
>
<div class="tab2">
{{ tab.name }}
......@@ -389,6 +389,7 @@
tab: {},
tabChildren: undefined,
tabChildrenSelect: 0,
tab1Select: 0,
};
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment