瀏覽代碼

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

weiximei 6 年之前
父節點
當前提交
25c930b4d5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  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 查看文件

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