lilei 11 months ago
parent
commit
6a9869ca10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/financialManagement/financialCollection/edit.vue

+ 1 - 1
src/views/financialManagement/financialCollection/edit.vue

@@ -124,7 +124,7 @@
         <a-alert type="info" style="margin-bottom:10px" v-if="detailGlData">
           <div slot="message">
             共 {{ detailGlData.total }} 条,
-            总售价:{{ toThousands(detailGlData.totalAmount||0) }}
+            总售价:{{ detailGlData.totalAmount }}
           </div>
         </a-alert>
         <!-- 列表 -->