fix:修改编辑参数值的展示
Build and Deploy Vue3 / build (push) Successful in 1m18s
Build and Deploy Vue3 / deploy (push) Successful in 1m27s

This commit is contained in:
2026-02-05 12:54:49 +08:00
parent 9d8f23262b
commit 4d45cf535e
+1 -1
View File
@@ -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'