clone code
This commit is contained in:
parent
c9597d1e38
commit
d57bcd1719
362 changed files with 104804 additions and 0 deletions
11
src/assets/orgChartData.ts
Normal file
11
src/assets/orgChartData.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
const chartData = {
|
||||
personID: "", // Unique ID เป็นเลข ID ที่อ้างอิงไปที่ตัวบุคคล
|
||||
name: "-", // ขื่อบุคคล
|
||||
positionName: "-", // ชื่อตำแหน่ง
|
||||
positionNum: "", // เลขที่ประจำตำแหน่งในโครงสร้าง
|
||||
departmentName: "", // ชื่อหน่วยงานที่สังกัด
|
||||
avatar: "", // ภาพถ่าย
|
||||
children: [], // บุคคลอื่น ๆ ที่อยู่ภายใต้คนนี้ มีโครงสร้างเหมือนกัน
|
||||
};
|
||||
|
||||
export default chartData;
|
||||
Loading…
Add table
Add a link
Reference in a new issue