You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
245 lines
3.9 KiB
245 lines
3.9 KiB
3 years ago
|
export const salesTree = [
|
||
|
{
|
||
|
title: 'Sales',
|
||
|
key: 'sales-0',
|
||
|
children: [
|
||
|
{
|
||
|
title: 'Kebayoran',
|
||
|
key: 'sales-0-0',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pancoran',
|
||
|
key: 'sales-0-1',
|
||
|
},
|
||
|
{
|
||
|
title: 'Tebet',
|
||
|
key: 'sales-0-2',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pondok Indah',
|
||
|
key: 'sales-0-3',
|
||
|
},
|
||
|
{
|
||
|
title: 'Ancol',
|
||
|
key: 'sales-0-4',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pademangan',
|
||
|
key: 'sales-0-5',
|
||
|
},
|
||
|
{
|
||
|
title: 'Grogol',
|
||
|
key: 'sales-0-6',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pondok Kelapa',
|
||
|
key: 'sales-0-7',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pondok Cabe',
|
||
|
key: 'sales-0-8',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pasar Minggu',
|
||
|
key: 'sales-0-9',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pasar Senen',
|
||
|
key: 'sales-0-10',
|
||
|
},
|
||
|
{
|
||
|
title: 'Gondangdia',
|
||
|
key: 'sales-0-11',
|
||
|
},
|
||
|
{
|
||
|
title: 'Gandaria',
|
||
|
key: 'sales-0-12',
|
||
|
},
|
||
|
{
|
||
|
title: 'Gajah Mada',
|
||
|
key: 'sales-0-13',
|
||
|
},
|
||
|
{
|
||
|
title: 'Ciputat',
|
||
|
key: 'sales-0-14',
|
||
|
},
|
||
|
{
|
||
|
title: 'Pesanggrahan',
|
||
|
key: 'sales-0-15',
|
||
|
}
|
||
|
]
|
||
|
}];
|
||
|
|
||
|
export const customerTree = [
|
||
|
{
|
||
|
title: 'Customer',
|
||
|
key: 'customer-0'
|
||
|
}];
|
||
|
|
||
|
export const officeTree = [
|
||
|
{
|
||
|
title: 'Office',
|
||
|
key: 'office-0'
|
||
|
}];
|
||
|
|
||
|
export const demografiTree = [
|
||
|
{
|
||
|
title: 'Demografi',
|
||
|
key: 'demografi-0',
|
||
|
children: [
|
||
|
{
|
||
|
title: 'Gender',
|
||
|
key: 'demografi-0-0',
|
||
|
layers: {
|
||
|
name: "demografi_laki_laki_perempuan",
|
||
|
visible: false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
title: 'Jumlah Penduduk',
|
||
|
key: 'demografi-0-1',
|
||
|
layers: {
|
||
|
name: "demografi_jumlah_penduduk",
|
||
|
visible: false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
title: 'Usia',
|
||
|
key: 'demografi-0-2',
|
||
|
layers: {
|
||
|
name: "demografi_usia",
|
||
|
visible: false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
title: 'Kepadatan Penduduk',
|
||
|
key: 'demografi-0-3',
|
||
|
layers: {
|
||
|
name: "demografi_kepadatan_penduduk",
|
||
|
visible: false
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}];
|
||
|
|
||
|
// export const analisaTree = [
|
||
|
// {
|
||
|
// title: 'Analisa',
|
||
|
// key: 'analisa-0',
|
||
|
// children: [
|
||
|
// {
|
||
|
// title: 'Potensi Penambahan Toko',
|
||
|
// key: 'analisa-0-0',
|
||
|
// layers: {
|
||
|
// name: "potensi_penambahan_toko",
|
||
|
// visible: false
|
||
|
// }
|
||
|
// },
|
||
|
// {
|
||
|
// title: 'Buffer Income',
|
||
|
// key: 'analisa-0-1',
|
||
|
// layers: {
|
||
|
// name: "buffer_income",
|
||
|
// visible: false
|
||
|
// },
|
||
|
// children: [
|
||
|
// {
|
||
|
// title: '50 jt',
|
||
|
// key: 'analisa-0-1-0',
|
||
|
// layers: {
|
||
|
// name: "50_jt",
|
||
|
// visible: false
|
||
|
// }
|
||
|
// },
|
||
|
// {
|
||
|
// title: '80 jt',
|
||
|
// key: 'analisa-0-1-1',
|
||
|
// layers: {
|
||
|
// name: "80_jt",
|
||
|
// visible: false
|
||
|
// }
|
||
|
// },
|
||
|
// {
|
||
|
// title: '100 jt',
|
||
|
// key: 'analisa-0-1-2',
|
||
|
// layers: {
|
||
|
// name: "100_jt",
|
||
|
// visible: false
|
||
|
// }
|
||
|
// }
|
||
|
// ]
|
||
|
// },
|
||
|
// {
|
||
|
// title: 'Irisan',
|
||
|
// key: 'analisa-0-2',
|
||
|
// layers: {
|
||
|
// name: "irisan",
|
||
|
// visible: false
|
||
|
// }
|
||
|
// }
|
||
|
// ]
|
||
|
// }]
|
||
|
|
||
|
export const analisaTree = [
|
||
|
{
|
||
|
title: 'Analisa',
|
||
|
key: 'analisa-0',
|
||
|
children: [
|
||
|
{
|
||
|
title: 'Potensi Penambahan Toko',
|
||
|
key: 'analisa-0-0',
|
||
|
layers: {
|
||
|
name: "potensi_penambahan_toko",
|
||
|
visible: false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
title: 'Buffer Income',
|
||
|
key: 'analisa-0-1',
|
||
|
layers: {
|
||
|
name: "buffer_income",
|
||
|
visible: false
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
title: 'Irisan',
|
||
|
key: 'analisa-0-2',
|
||
|
layers: {
|
||
|
name: "irisan",
|
||
|
visible: false
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}]
|
||
|
|
||
|
|
||
|
export const employeeTree = [
|
||
|
{
|
||
|
title: 'Karyawan',
|
||
|
key: 'employee-0'
|
||
|
}];
|
||
|
|
||
|
|
||
|
export const projectTreeConst = [
|
||
|
{
|
||
|
title: 'Semua',
|
||
|
key: 'project-0'
|
||
|
}]
|
||
|
|
||
|
|
||
|
export const projectTreeConst1 = [{
|
||
|
"title": "Project Satu",
|
||
|
"key": "proyek-0",
|
||
|
"akhir_proyek": "string",
|
||
|
"biaya": "string",
|
||
|
"color_progress": "string",
|
||
|
"created_at": "string",
|
||
|
"created_by": "string",
|
||
|
"id": 0,
|
||
|
"jumlah_pekerja": 0,
|
||
|
"mulai_proyek": "string",
|
||
|
"nama": "string",
|
||
|
"pic": "string",
|
||
|
"updated_at": "string",
|
||
|
"updated_by": "string"
|
||
|
}]
|