Browse Source

修复 编辑的时候excel金额问题

weiximei 6 years ago
parent
commit
25c930b4d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      VUECODE/smart-property-manage/src/views/bill/edi/index.vue

+ 1
- 1
VUECODE/smart-property-manage/src/views/bill/edi/index.vue View File

@@ -58,7 +58,7 @@
58 58
         <el-table-column
59 59
           align="center"
60 60
           label="收费金额(元)">
61
-          <template slot-scope="scope">{{ showPayPrice(scope.row.payPrice) }}</template>
61
+          <template slot-scope="scope">{{ showPayPrice(scope.row.money) }}</template>
62 62
         </el-table-column>
63 63
       </el-table>
64 64
       <el-pagination