Browse Source

10141038pbcz

liuhj 6 months ago
parent
commit
42adf10c4c
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/components/Finance/RvsReport.vue

+ 7 - 2
src/components/Finance/RvsReport.vue

@@ -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">