From 6647ced41f12df6d3cf7ed2231f1f95823b5f47c Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Wed, 20 Dec 2023 23:10:08 +0800 Subject: [PATCH] =?UTF-8?q?mod(custom):=20=E4=BC=98=E5=8C=96=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/finance/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/finance/index.vue b/src/views/finance/index.vue index b1aa6fb..317c86c 100644 --- a/src/views/finance/index.vue +++ b/src/views/finance/index.vue @@ -191,7 +191,7 @@ const columns = ref([ slot: 'integral', align: 'center', render: (row) => { - return h('span', {}, row.integral / 100) + return h('span', {}, row.integral) }, }, {