diff --git a/src/modules/10_order/components/step/step04.vue b/src/modules/10_order/components/step/step04.vue index 12afee165..b4436113b 100644 --- a/src/modules/10_order/components/step/step04.vue +++ b/src/modules/10_order/components/step/step04.vue @@ -127,7 +127,11 @@ const downloadCover = async (type: string) => { // โหลด เอกสารแนบท้าย const downloadAttachment = async (type: string) => { - genReport(dataAttachment.value, `คำสั่ง ${orderName.value}`, type); + genReport( + dataAttachment.value, + `เอกสารแนบท้าย คำสั่ง ${orderName.value}`, + type + ); }; const dataCover = ref();