|
@@ -7,7 +7,7 @@
|
|
|
v-for="(item,index) in selectOptions"
|
|
v-for="(item,index) in selectOptions"
|
|
|
:key="index"
|
|
:key="index"
|
|
|
@click="changeWay(index)"
|
|
@click="changeWay(index)"
|
|
|
- :class="['admin-button-com','mini-btn',selectOptions==index?'blue':'default']">
|
|
|
|
|
|
|
+ :class="['admin-button-com','mini-btn',currenSelect==index?'blue':'default']">
|
|
|
{{item.name}}
|
|
{{item.name}}
|
|
|
</button>
|
|
</button>
|
|
|
</view>
|
|
</view>
|