|
|
@@ -246,6 +246,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="origin_amount" label="税前金额" width="70"></el-table-column>
|
|
|
+ <el-table-column prop="real_origin_amount" label="实际充值金额" width="70"></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="tax"
|
|
|
label="综合扣税">
|
|
|
@@ -275,13 +276,6 @@
|
|
|
<span v-else>--</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="发票验证状态">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="scope.row.invoice_status==1">待验证</span>
|
|
|
- <span v-else-if="scope.row.status==2">已验证</span>
|
|
|
- <span v-else>--</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column label="操作" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.status==1" @click="confirmPay(scope.row)">
|