|
@@ -22,7 +22,12 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="visitDate" label="出访时间" width="100">
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="应收总计(应收+超支)">
|
|
|
+ <el-table-column label="应收" width="150">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{scope.row.frPrice+' RMB'}}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <!-- <el-table-column label="应收总计(应收+超支)">
|
|
|
<el-table-column label="应收" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.frPrice+' RMB'}}
|
|
@@ -33,7 +38,7 @@
|
|
|
{{scope.row.extraPrice+' RMB'}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="已收总计(已收-收款退还)">
|
|
|
<el-table-column label="已收" width="150">
|
|
|
<template slot-scope="scope">
|