Commit 7bd64660 authored by LiXuyang's avatar LiXuyang

需求大厅-改

parent 5e797198
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
<div <div
v-for="(tab, index) in tabMoneyList" v-for="(tab, index) in tabMoneyList"
:key="tab" :key="tab"
:class="{ active: tabSelect === index }" :class="{ active: tab1Select === index }"
@click="handleClickTab(tab, index)" @click="tab1Select = index"
> >
<div class="tab2"> <div class="tab2">
{{ tab.name }} {{ tab.name }}
...@@ -389,6 +389,7 @@ ...@@ -389,6 +389,7 @@
tab: {}, tab: {},
tabChildren: undefined, tabChildren: undefined,
tabChildrenSelect: 0, tabChildrenSelect: 0,
tab1Select: 0,
}; };
}, },
methods: { 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