|
@@ -146,6 +146,9 @@
|
|
<p class="red" v-if="!scope.row.signOutStatus&&scope.row.signOutStatus!=0">未签退</p>
|
|
<p class="red" v-if="!scope.row.signOutStatus&&scope.row.signOutStatus!=0">未签退</p>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column align="center" prop="actualReceipts" label="实际收款">
|
|
|
|
+ <template slot-scope="scope">{{scope.row.actualReceipts ? scope.row.actualReceipts : 0 + '元'}}</template>
|
|
|
|
+ </el-table-column>
|
|
<!-- expectSalary -->
|
|
<!-- expectSalary -->
|
|
<el-table-column align="center" prop="actualSalary" label="应发课酬">
|
|
<el-table-column align="center" prop="actualSalary" label="应发课酬">
|
|
<template slot-scope="scope">{{scope.row.actualSalary + '元'}}</template>
|
|
<template slot-scope="scope">{{scope.row.actualSalary + '元'}}</template>
|