From 23cb4d3118b708594671c870d56acd861d08ca5c Mon Sep 17 00:00:00 2001 From: Akira Date: Wed, 18 Feb 2026 14:38:22 +0900 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E8=B5=B7=E5=8B=95=E5=AE=8C=E4=BA=86?= =?UTF-8?q?=E3=81=97=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=E8=A1=A8=E3=83=A2=E3=83=BC=E3=83=89=E3=81=AB=E3=80=8C=E4=BD=8F?= =?UTF-8?q?=E6=89=80=E3=80=8D=E5=88=97=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82=E5=9C=83=E5=A0=B4=E5=90=8D?= =?UTF-8?q?=E3=81=AE=E5=8F=B3=E9=9A=A3=E3=81=AB=E8=A1=A8=E7=A4=BA=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=BE=E3=81=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ブラウザで http://localhost:3000/fields をリロードして、対応表モードで住所列が表示されるか確認してください。 --- frontend/src/app/fields/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/app/fields/page.tsx b/frontend/src/app/fields/page.tsx index ce83235..e981901 100644 --- a/frontend/src/app/fields/page.tsx +++ b/frontend/src/app/fields/page.tsx @@ -231,6 +231,9 @@ export default function FieldsPage() { 圃場名 + + 住所 + 面積(反) @@ -254,6 +257,9 @@ export default function FieldsPage() { {field.name} + + {field.address || '-'} + {field.area_tan || '-'}