diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index 7154d2a9..f53e1009 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -27,7 +27,6 @@ defineEmits<{ (e: 'link'): void; (e: 'upload'): void; (e: 'delete'): void; - (e: 'changeStatus'): void; (e: 'example'): void; (e: 'preview'): void; }>(); @@ -74,6 +73,7 @@ defineEmits<{