เพิ่มแสดงตำแหน่งติดเงื่อนไข

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-14 15:43:10 +07:00
parent df29a5b02a
commit f9ff464e7e
8 changed files with 42 additions and 20 deletions

View file

@ -8,6 +8,7 @@ interface DataPositionNo {
positionIsSelected: string | null;
isSit: boolean;
positions: Positions[];
isCondition: boolean;
}
interface Positions {