feat: 工单系统优化 - 修复自动跳转问题并添加用户筛选功能 #18

Merged
shiran merged 94 commits from master into deploy 2026-06-02 17:54:48 +08:00
Showing only changes of commit d3479fb0bb - Show all commits
+1 -1
View File
@@ -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'