From 4d45cf535e787fec99494145df8bb73ca508f0ca Mon Sep 17 00:00:00 2001 From: 2256907009 <2256907009@qq.com> Date: Thu, 5 Feb 2026 12:54:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=80=BC=E7=9A=84=E5=B1=95=E7=A4=BA?= 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 2d39abd..99c1786 100644 --- a/src/views/product/ProductList.vue +++ b/src/views/product/ProductList.vue @@ -1524,7 +1524,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 || 0, index: row.index || 0, attr_range: row.phase || 0, // API返回的字段是 phase range_type: row.rangeType || 'equal'