From d3479fb0bb687277f7a84cd6fb97b6f352e82923 Mon Sep 17 00:00:00 2001 From: 2256907009 <2256907009@qq.com> Date: Thu, 8 Jan 2026 11:35:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=80=BC=E4=BB=B7=E6=A0=BC=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/ProductList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/product/ProductList.vue b/src/views/product/ProductList.vue index 5f853c9..332687f 100644 --- a/src/views/product/ProductList.vue +++ b/src/views/product/ProductList.vue @@ -941,7 +941,7 @@ const handleEditParamValue = (row) => { attr_id: row.id, attr_name: row.name, attr_value: row.value || '', - attr_price: row.price || 0, + attr_price: (row.price / 100).toFixed(2) || 0, index: row.index || 0, attr_range: row.range || 0, range_type: row.rangeType || 'equal'