บรรจุ แต่งตั้ง ย้าย โอน => permission รายการรับโอน,รายการช่วยราชการ,รายการส่งตัวกลับ,รายการแต่งตั้ง-เลื่อน-ย้าย,ปรับระดับชั้นงาน-ย้ายลูกจ้าง,รายการอื่นๆ
This commit is contained in:
parent
71d2df7e63
commit
41a0d80b64
11 changed files with 248 additions and 531 deletions
|
|
@ -5,8 +5,8 @@ interface DataOption {
|
|||
disable?: boolean;
|
||||
}
|
||||
interface ListDataText {
|
||||
value:string
|
||||
label:string
|
||||
value: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
interface DataOption1 {
|
||||
|
|
@ -276,6 +276,13 @@ interface tableType {
|
|||
salary: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface ListMenu {
|
||||
label: string;
|
||||
icon: string;
|
||||
type: string;
|
||||
color: string;
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -298,7 +305,8 @@ export type {
|
|||
AddressData,
|
||||
DataProfile,
|
||||
tableType,
|
||||
ListDataText
|
||||
ListDataText,
|
||||
ListMenu,
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue