|
|
@ -37,7 +37,7 @@ |
|
|
</a-col> --> |
|
|
</a-col> --> |
|
|
<a-col :lg="12" :xl="8" :xxl="6" class="query_item"> |
|
|
<a-col :lg="12" :xl="8" :xxl="6" class="query_item"> |
|
|
<span>收费类型:</span> |
|
|
<span>收费类型:</span> |
|
|
<a-select default-value="" v-model="query.charges_type"> |
|
|
<a-select v-model="query.charges_type"> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="1">免费</a-select-option> |
|
|
<a-select-option value="1">免费</a-select-option> |
|
|
<a-select-option value="2">付费</a-select-option> |
|
|
<a-select-option value="2">付费</a-select-option> |
|
|
@ -45,7 +45,7 @@ |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="12" :xl="8" :xxl="6" class="query_item"> |
|
|
<a-col :lg="12" :xl="8" :xxl="6" class="query_item"> |
|
|
<span>交易方式:</span> |
|
|
<span>交易方式:</span> |
|
|
<a-select default-value="" v-model="query.entrust_type"> |
|
|
<a-select v-model="query.entrust_type"> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="">全部</a-select-option> |
|
|
<a-select-option value="1">转让</a-select-option> |
|
|
<a-select-option value="1">转让</a-select-option> |
|
|
<a-select-option value="2">授权</a-select-option> |
|
|
<a-select-option value="2">授权</a-select-option> |
|
|
@ -114,7 +114,7 @@ export default { |
|
|
order_type:'', |
|
|
order_type:'', |
|
|
entrust_type:'', |
|
|
entrust_type:'', |
|
|
transaction_status:'5', |
|
|
transaction_status:'5', |
|
|
createtime:'', |
|
|
createtime:[], |
|
|
goods_isli:'', |
|
|
goods_isli:'', |
|
|
charges_type:'', |
|
|
charges_type:'', |
|
|
}, |
|
|
}, |
|
|
|