lilei 11 달 전
부모
커밋
6a9869ca10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
         <!-- 列表 -->