mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 10:00:11 +08:00
update
This commit is contained in:
@@ -212,13 +212,7 @@
|
||||
<el-table :data="orderList" v-loading="orderLoading">
|
||||
<el-table-column property="orderCode" label="订单编号" align="center" />
|
||||
<el-table-column property="settleAmount" label="结算金额(元)" align="center" />
|
||||
<el-table-column property="clearingStatus" label="清分状态" align="center">
|
||||
<template slot-scope="scope">
|
||||
<span>{{
|
||||
scope.row.clearingStatus === "0" ? "未清分" : "已清分"
|
||||
}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column property="clearingStatus" label="清分状态" align="center"/>
|
||||
<el-table-column property="clearingBillCode" label="清分账单编号" align="center" />
|
||||
<el-table-column property="withdrawStatus" label="提现状态" align="center" />
|
||||
<el-table-column property="withdrawCode" label="提现编号" align="center" />
|
||||
|
||||
Reference in New Issue
Block a user