Update props names in Type17Keluhan.vue and Type17Gangguan.vue files
This commit is contained in:
parent
9739ba80db
commit
7b39f83e7a
@ -33,6 +33,7 @@ const props = defineProps({
|
|||||||
statusType: {
|
statusType: {
|
||||||
type: Array as PropType<any[]>,
|
type: Array as PropType<any[]>,
|
||||||
default: [
|
default: [
|
||||||
|
{ id: 0, name: '' },
|
||||||
{ id: 1, name: 'Lapor' },
|
{ id: 1, name: 'Lapor' },
|
||||||
{ id: 2, name: 'Penugasan Regu' },
|
{ id: 2, name: 'Penugasan Regu' },
|
||||||
{ id: 3, name: 'Dalam Perjalanan' },
|
{ id: 3, name: 'Dalam Perjalanan' },
|
||||||
|
@ -33,6 +33,7 @@ const props = defineProps({
|
|||||||
statusType: {
|
statusType: {
|
||||||
type: Array as PropType<any[]>,
|
type: Array as PropType<any[]>,
|
||||||
default: [
|
default: [
|
||||||
|
{ id: 0, name: '' },
|
||||||
{ id: 1, name: 'Menunggu Tanggapan Supervisor CC' },
|
{ id: 1, name: 'Menunggu Tanggapan Supervisor CC' },
|
||||||
{ id: 2, name: 'Dalam Proses Manager Unit' },
|
{ id: 2, name: 'Dalam Proses Manager Unit' },
|
||||||
{ id: 3, name: 'Dalam Proses Bidang Unit' },
|
{ id: 3, name: 'Dalam Proses Bidang Unit' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user