코로나 > 감염병 명칭 변경

master
강석 최 2023-03-28 18:13:11 +09:00
parent e2fe012034
commit dea02a93eb
4 changed files with 5 additions and 5 deletions

View File

@ -174,7 +174,7 @@ function contentCheck(formId){
$(document).on('click', '#asfCovDownExcel', function (){ $(document).on('click', '#asfCovDownExcel', function (){
exportExcel('ASF 및 코로나19 관련 조치현황', 'asfCovTable'); exportExcel('감염병 관련 조치현황', 'asfCovTable');
}); });
$(document).on('click', '#caseNumBtn', function (){ $(document).on('click', '#caseNumBtn', function (){

View File

@ -95,7 +95,7 @@
<th rowspan="4">선명</th> <th rowspan="4">선명</th>
<th colspan="3">관서</th> <th colspan="3">관서</th>
<th colspan="3">전용부두 압송여부</th> <th colspan="3">전용부두 압송여부</th>
<th rowspan="2" colspan="3">코로나19 검사결과</th> <th rowspan="2" colspan="3">감염병 검사결과</th>
<th rowspan="4">검·방역조치 내용</th> <th rowspan="4">검·방역조치 내용</th>
<th rowspan="4">최종수정일</th> <th rowspan="4">최종수정일</th>
</tr> </tr>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ko" xmlns:th="http://www.thymeleaf.org"> <html lang="ko" xmlns:th="http://www.thymeleaf.org">
<div class="modal-header bg-dark"> <div class="modal-header bg-dark">
<h5 class="modal-title text-white" id="asfCovEditModalLabel" th:text="${asfCov.asfCovKey eq null?'ASF 및 코로나19 관련 조치현황 작성':'ASF 및 코로나19 관련 조치현황 수정'}"></h5> <h5 class="modal-title text-white" id="asfCovEditModalLabel" th:text="${asfCov.asfCovKey eq null?'감염병 관련 조치현황 작성':'감염병 관련 조치현황 수정'}"></h5>
<button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button> <button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button>
</div> </div>
<div class="modal-body" id="asfCovEditModalContent"> <div class="modal-body" id="asfCovEditModalContent">
@ -112,7 +112,7 @@
<div class="col-sm-2"> <div class="col-sm-2">
<input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personCnt" name="personCnt" min="0" value="0" th:value="${asfCov.personCnt}"> <input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personCnt" name="personCnt" min="0" value="0" th:value="${asfCov.personCnt}">
</div> </div>
<label for="pressurizedN" class="col-sm-2 col-form-label col-form-label-sm text-center me-1">코로나19 검사결과</label> <label for="pressurizedN" class="col-sm-2 col-form-label col-form-label-sm text-center me-1">감염병 검사결과</label>
<label for="personPositiveCnt" class="col-sm-1 col-form-label col-form-label-sm text-center">양성</label> <label for="personPositiveCnt" class="col-sm-1 col-form-label col-form-label-sm text-center">양성</label>
<div class="col-sm-1"> <div class="col-sm-1">
<input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personPositiveCnt" name="personPositiveCnt" min="0" value="0" th:value="${asfCov.personPositiveCnt}"> <input type="number" class="form-control form-control-sm crackdownStatusInfo" id="personPositiveCnt" name="personPositiveCnt" min="0" value="0" th:value="${asfCov.personPositiveCnt}">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ko" xmlns:th="http://www.thymeleaf.org"> <html lang="ko" xmlns:th="http://www.thymeleaf.org">
<div class="modal-header bg-dark"> <div class="modal-header bg-dark">
<h5 class="modal-title text-white" id="asfCovEditModalLabel">ASF 및 코로나19 관련 조치현황 상세</h5> <h5 class="modal-title text-white" id="asfCovEditModalLabel">감염병 관련 조치현황 상세</h5>
<button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button> <button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button>
</div> </div>
<div class="modal-body"> <div class="modal-body">