diff --git a/document/収支明細管理設計書.xlsx b/document/収支明細管理設計書.xlsx new file mode 100644 index 0000000..0d4a4e3 Binary files /dev/null and b/document/収支明細管理設計書.xlsx differ diff --git a/document/日報設計書new.xlsx b/document/日報設計書new.xlsx new file mode 100644 index 0000000..9363dd5 Binary files /dev/null and b/document/日報設計書new.xlsx differ diff --git a/frontend/src/components/DocUpload.vue b/frontend/src/components/DocUpload.vue index 0a877f1..5dd0c46 100644 --- a/frontend/src/components/DocUpload.vue +++ b/frontend/src/components/DocUpload.vue @@ -75,7 +75,7 @@ import { ref } from 'vue'; const headers = ref([{name:"Authorization",value:'Bearer ' + authStore.token}]); const props = withDefaults(defineProps(), { title:"設計書から導入する(csv or excel)", - uploadUrl: `${process.env.KAB_BACKEND_URL}api/v1/createappfromexcel` + uploadUrl: `${process.env.KAB_BACKEND_URL}api/v1/createappfromexcel?format=1` });