|
|
@@ -12,8 +12,8 @@
|
|
|
<p>
|
|
|
<span>发布时间
|
|
|
<a href="javascript:void(0)" @click="sortListByParam('releaseDate')">
|
|
|
- <i class=" fa fa-long-arrow-up" :class="{active: sorting.releaseDate == 'ASC'}"></i>
|
|
|
- <i class=" fa fa-long-arrow-down" :class="{active: sorting.releaseDate == 'DESC'}"></i>
|
|
|
+ <!--<i class=" fa fa-long-arrow-up" :class="{active: sorting.releaseDate == 'ASC'}"></i>-->
|
|
|
+ <!--<i class=" fa fa-long-arrow-down" :class="{active: sorting.releaseDate == 'DESC'}"></i>-->
|
|
|
</a>
|
|
|
</span>
|
|
|
<span>买家</span>
|
|
|
@@ -21,14 +21,14 @@
|
|
|
<span>品牌</span>
|
|
|
<span>截止时间
|
|
|
<a href="javascript:void(0)" @click="sortListByParam('deadline')">
|
|
|
- <i class=" fa fa-long-arrow-up" :class="{active: sorting.deadline == 'ASC'}"></i>
|
|
|
- <i class=" fa fa-long-arrow-down" :class="{active: sorting.deadline == 'DESC'}"></i>
|
|
|
+ <!--<i class=" fa fa-long-arrow-up" :class="{active: sorting.deadline == 'ASC'}"></i>-->
|
|
|
+ <!--<i class=" fa fa-long-arrow-down" :class="{active: sorting.deadline == 'DESC'}"></i>-->
|
|
|
</a>
|
|
|
</span>
|
|
|
<span>已报价
|
|
|
<a href="javascript:void(0)" @click="sortListByParam('offerAmount')">
|
|
|
- <i class=" fa fa-long-arrow-up" :class="{active: sorting.offerAmount == 'ASC'}"></i>
|
|
|
- <i class=" fa fa-long-arrow-down" :class="{active: sorting.offerAmount == 'DESC'}"></i>
|
|
|
+ <!--<i class=" fa fa-long-arrow-up" :class="{active: sorting.offerAmount == 'ASC'}"></i>-->
|
|
|
+ <!--<i class=" fa fa-long-arrow-down" :class="{active: sorting.offerAmount == 'DESC'}"></i>-->
|
|
|
</a>
|
|
|
</span>
|
|
|
<span>操作</span>
|