|
|
|
@ -73,14 +73,14 @@ |
|
|
|
<a-select-option value="4">委托期满文化数据</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<!-- <a-col :span="5" class="query_item"> |
|
|
|
<span>交易方式:</span> |
|
|
|
<a-select default-value="" v-model="query1.transaction"> |
|
|
|
<a-select-option value="">全部</a-select-option> |
|
|
|
<a-select-option value="1">协议</a-select-option> |
|
|
|
<a-select-option value="2">竞价</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
</a-col> --> |
|
|
|
<a-col :span="5" class="query_item" > |
|
|
|
<span>是否展示:</span> |
|
|
|
<a-select default-value="" v-model="query1.show"> |
|
|
|
@ -98,7 +98,7 @@ |
|
|
|
<a-select-option value="4">浏览次数从高到低</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="4" class="query_item query_item1"> |
|
|
|
<a-col :span="9" class="query_item query_item1"> |
|
|
|
<a-space :size="21"> |
|
|
|
<a-button type="primary" class="query_button" @click="showAdd">查 询</a-button> |
|
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
|
|