jskim-node #414

Merged
kjs merged 90 commits from jskim-node into main 2026-03-13 11:47:08 +09:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit ff94c5c42d - Show all commits

View File

@ -118,6 +118,15 @@ export const V2ProcessWorkStandardConfigPanel: React.FC<V2ProcessWorkStandardCon
className="h-7 flex-1 text-[10px]"
placeholder="표시명"
/>
<Input
type="number"
min={1}
value={phase.sortOrder}
onChange={(e) => updatePhase(idx, "sortOrder", parseInt(e.target.value) || 1)}
className="h-7 w-12 text-[10px] text-center"
placeholder="순서"
title="정렬 순서"
/>
<Button
variant="ghost"
size="icon"