|
|
|
@ -13,10 +13,10 @@ |
|
|
|
<span>客户名称:</span> |
|
|
|
<a-input v-model="query.user_name"/> |
|
|
|
</a-col> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<!-- <a-col :span="5" class="query_item"> |
|
|
|
<span>结算账户:</span> |
|
|
|
<a-input v-model="query.close_account"/> |
|
|
|
</a-col> |
|
|
|
</a-col> --> |
|
|
|
<a-col :span="5" class="query_item"> |
|
|
|
<span>银行账号:</span> |
|
|
|
<a-input v-model="query.bank_account"/> |
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
<a-select-option value="1">平台注册</a-select-option> |
|
|
|
</a-select> |
|
|
|
</a-col> |
|
|
|
<a-col :span="19" class="query_item query_item1"> |
|
|
|
<a-col :span="24" class="query_item query_item1"> |
|
|
|
<a-space :size="21"> |
|
|
|
<a-button type="primary" class="query_button" @click="getList">查 询</a-button> |
|
|
|
<a-button class="query_button" @click="resetQurey">重 置</a-button> |
|
|
|
|