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 @@