From 8ccf8c533601848333e91e41994f53babfdca220 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Wed, 23 Nov 2022 17:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/assetReport/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/src/views/modules/assetReport/index.vue b/back/src/views/modules/assetReport/index.vue index f9a1b841..654dcd33 100644 --- a/back/src/views/modules/assetReport/index.vue +++ b/back/src/views/modules/assetReport/index.vue @@ -294,7 +294,7 @@ export default { .then((res) => { this.tableData = res.data.data.list; let price=Number(res.data.data.totalPrice); - price=Math.round(price / 10000); + price=price/ 10000; this.saveMoney=price.toFixed(1) this.total=Number(res.data.data.total); this.exportExcelCondition = qs.stringify(this.dataForm)