|
|
@@ -7,13 +7,13 @@
|
|
|
>订单数量:{{ totalCount }},收入金额:{{ income_success_sum }}元,支出金额:{{ expense_success_sum }}元,客栈账户余额 {{ balance }}元,薪资账户余额
|
|
|
{{ recharge }}元,冻结余额 {{ income }}元
|
|
|
</div>
|
|
|
- <section>
|
|
|
+ <section style="margin-bottom: 12px;">
|
|
|
<div class="inlineb">
|
|
|
<span class="vsub">状态:</span>
|
|
|
<div class="inlineb">
|
|
|
<el-select v-model="orderState" clearable placeholder style="width: 140px;">
|
|
|
<el-option
|
|
|
- v-for="item of `orderStateOption`"
|
|
|
+ v-for="(item,idx) in orderStateOption"
|
|
|
:key="item.id"
|
|
|
:label="item.name"
|
|
|
:value="item.id"
|
|
|
@@ -396,6 +396,7 @@ export default {
|
|
|
name: "全部"
|
|
|
});
|
|
|
this.orderStateOption = data.order_state;
|
|
|
+ console.log(this.orderStateOption)
|
|
|
this.payList = data.channels;
|
|
|
this.payList.unshift({
|
|
|
id: 0,
|