fix: type 17 statusType
This commit is contained in:
parent
386e1a4679
commit
b5926326d3
@ -33,7 +33,6 @@ 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' },
|
||||
|
@ -33,7 +33,6 @@ 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' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user