Browse Source

优化

master
ltlzx 4 years ago
parent
commit
bd4bbf03c3
  1. 2
      src/components/page/admission/index.vue
  2. 6
      src/components/page/layout/index.vue

2
src/components/page/admission/index.vue

@ -49,7 +49,7 @@
</a-select>
</a-col>
<a-col :lg="12" :xl="12" :xxl="6" class="query_item query_item2">
<span>创建时间</span>
<span>上线时间</span>
<a-range-picker v-model="query.createtime" valueFormat="YYYY-MM-DD"/>
</a-col>
<a-col :lg="12" :xl="12" :xxl="6" class="query_item query_item1">

6
src/components/page/layout/index.vue

@ -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>

Loading…
Cancel
Save