Update props names in Type17Keluhan.vue and Type17Gangguan.vue files

This commit is contained in:
Dede Fuji Abdul 2024-04-23 15:43:47 +07:00
parent 9739ba80db
commit 7b39f83e7a
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ const props = defineProps({
statusType: {
type: Array as PropType<any[]>,
default: [
{ id: 0, name: '' },
{ id: 1, name: 'Lapor' },
{ id: 2, name: 'Penugasan Regu' },
{ id: 3, name: 'Dalam Perjalanan' },

View File

@ -33,6 +33,7 @@ const props = defineProps({
statusType: {
type: Array as PropType<any[]>,
default: [
{ id: 0, name: '' },
{ id: 1, name: 'Menunggu Tanggapan Supervisor CC' },
{ id: 2, name: 'Dalam Proses Manager Unit' },
{ id: 3, name: 'Dalam Proses Bidang Unit' },