|
|
@@ -10,7 +10,7 @@ |
|
|
|
<div> |
|
|
|
<div class="header-search" style="width: 100%;margin-bottom: 10px"> |
|
|
|
<span>订单ID:</span> |
|
|
|
<el-input v-model="search.order_id" style="width: 150px;" placeholder="请输入内容"></el-input> |
|
|
|
<el-input v-model="search.order_id" style="width: 150px;" placeholder="请输入内容" clearable></el-input> |
|
|
|
<span>订单状态:</span> |
|
|
|
<el-select v-model="search.order_status" style="width: 150px;" placeholder="请选择" clearable> |
|
|
|
<el-option |
|
|
@@ -21,7 +21,7 @@ |
|
|
|
</el-option> |
|
|
|
</el-select> |
|
|
|
<span>收款单ID:</span> |
|
|
|
<el-input v-model="search.receipt_order_id" style="width: 150px;" placeholder="请输入内容"></el-input> |
|
|
|
<el-input v-model="search.receipt_order_id" style="width: 150px;" placeholder="请输入内容" clearable></el-input> |
|
|
|
<span>收款单状态</span> |
|
|
|
<el-select v-model="search.receipt_order_status" style="width: 150px;" placeholder="请选择" clearable> |
|
|
|
<el-option |
|
|
@@ -36,7 +36,7 @@ |
|
|
|
<span>用户名</span> |
|
|
|
<el-input v-model="search.user_name" style="width: 150px;" placeholder="请输入内容" clearable></el-input> |
|
|
|
<span>渠道订单号:</span> |
|
|
|
<el-input v-model="search.channel_order_no" style="width: 150px;" placeholder="请输入内容"></el-input> |
|
|
|
<el-input v-model="search.channel_order_no" style="width: 150px;" placeholder="请输入内容" clearable></el-input> |
|
|
|
<span>渠道:</span> |
|
|
|
<el-select v-model="search.channel_id" style="width: 150px;" placeholder="请选择" clearable> |
|
|
|
<el-option |
|
|
@@ -106,7 +106,7 @@ |
|
|
|
<el-table-column prop="user_name" label="用户" min-width="80" > |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div><i class="el-icon-user-solid" v-html="scope.row.user_name"></i></div> |
|
|
|
<div><i class="el-icon-phone" v-html="scope.row.user_name"></i></div> |
|
|
|
<div><i class="el-icon-phone" v-html="scope.row.user_phone"></i></div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="total_amount" label="金额" min-width="80" > |
|
|
|