fix:修改参数值价格单位
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user