From dea02a93eb6afa8f5887ce2816bdf273f8352380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Tue, 28 Mar 2023 18:13:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=A1=9C=EB=82=98=20>=20=EA=B0=90?= =?UTF-8?q?=EC=97=BC=EB=B3=91=20=EB=AA=85=EC=B9=AD=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/faStatistics/asfCov.js | 2 +- src/main/resources/templates/faStatistics/asfCov/asfCov.html | 2 +- .../templates/faStatistics/asfCov/asfCovEditModal.html | 4 ++-- .../templates/faStatistics/asfCov/asfCovViewModal.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/static/js/faStatistics/asfCov.js b/src/main/resources/static/js/faStatistics/asfCov.js index d20b5f01..c65a4e3b 100644 --- a/src/main/resources/static/js/faStatistics/asfCov.js +++ b/src/main/resources/static/js/faStatistics/asfCov.js @@ -174,7 +174,7 @@ function contentCheck(formId){ $(document).on('click', '#asfCovDownExcel', function (){ - exportExcel('ASF 및 코로나19 관련 조치현황', 'asfCovTable'); + exportExcel('감염병 관련 조치현황', 'asfCovTable'); }); $(document).on('click', '#caseNumBtn', function (){ diff --git a/src/main/resources/templates/faStatistics/asfCov/asfCov.html b/src/main/resources/templates/faStatistics/asfCov/asfCov.html index e5acb4bc..5e007492 100644 --- a/src/main/resources/templates/faStatistics/asfCov/asfCov.html +++ b/src/main/resources/templates/faStatistics/asfCov/asfCov.html @@ -95,7 +95,7 @@ 선명 관서 전용부두 압송여부 - 코로나19 검사결과 + 감염병 검사결과 검·방역조치 내용 최종수정일 diff --git a/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html b/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html index 21fdbea8..26756477 100644 --- a/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html +++ b/src/main/resources/templates/faStatistics/asfCov/asfCovEditModal.html @@ -1,7 +1,7 @@