เพิ่มแสดงตำแหน่งติดเงื่อนไข
This commit is contained in:
parent
df29a5b02a
commit
f9ff464e7e
8 changed files with 42 additions and 20 deletions
|
|
@ -73,6 +73,7 @@ interface PositionMaim {
|
|||
positions: Positions[];
|
||||
node: number;
|
||||
nodeId: string;
|
||||
isCondition: boolean;
|
||||
}
|
||||
|
||||
interface PositionNo {
|
||||
|
|
@ -114,8 +115,16 @@ interface FormPosLevel {
|
|||
interface FormPosType {
|
||||
id: string;
|
||||
posTypeName: string;
|
||||
posTypeRank: number|null;
|
||||
posTypeRank: number | null;
|
||||
posLevels: FormPosLevel[];
|
||||
}
|
||||
|
||||
export type { DataList, PositionMaim, PositionNo, Positions, TreeMain,FormPosType ,FormPosLevel};
|
||||
export type {
|
||||
DataList,
|
||||
PositionMaim,
|
||||
PositionNo,
|
||||
Positions,
|
||||
TreeMain,
|
||||
FormPosType,
|
||||
FormPosLevel,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue