fix: type 17 statusType

This commit is contained in:
kur0nek-o 2024-04-23 16:14:12 +07:00
parent 386e1a4679
commit b5926326d3
2 changed files with 0 additions and 2 deletions

View File

@ -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' },

View File

@ -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' },