huiwon.seo 5 years ago
parent
commit
c99b160ead
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/jsp/patient/info.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/patient/info.jsp

@@ -266,7 +266,7 @@ function nonFaceStart() {
                                     <div class="row mt-3">
                                         <div class="col-12">
                                             <div class="text-right">
-                                                <button type="button" class="btn btn-primary w100" onclick="location.href='./edit?patientIdx=${patientIdx}';">수정</button>
+                                                <button type="button" class="btn btn-secondary w100" onclick="location.href='./edit?patientIdx=${patientIdx}';">수정</button>
                                                 <button type="button" class="btn btn-primary w100" onclick="location.href='./list';">확인</button>
                                             </div>
                                         </div>