เพิ่มแสดงตำแหน่งติดเงื่อนไข
This commit is contained in:
parent
df29a5b02a
commit
f9ff464e7e
8 changed files with 42 additions and 20 deletions
|
|
@ -72,6 +72,7 @@ interface PositionMain {
|
|||
positions: Positions[];
|
||||
node: number;
|
||||
nodeId: string;
|
||||
isCondition: boolean;
|
||||
}
|
||||
|
||||
interface PositionNo {
|
||||
|
|
@ -110,9 +111,10 @@ interface DataPositionNo {
|
|||
positionName: string;
|
||||
posTypeName: string;
|
||||
posLevelName: string;
|
||||
positionIsSelected: string | null;
|
||||
positionIsSelected: string;
|
||||
isSit: boolean;
|
||||
positions: Positions[];
|
||||
isCondition: boolean;
|
||||
}
|
||||
|
||||
interface FormActive {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue