배포 테스트

This commit is contained in:
hehihoho3@gmail.com 2025-01-20 17:57:01 +09:00
parent e1792f269d
commit db8481076d

View File

@ -969,7 +969,7 @@ function subContent(p_content_no){
<div class="table_tab_wrap">
<ul>
<li class="tab active">
<button type="button" onclick="fnListLoad('all','0'); return false;">전체</button></li>
<button type="button" onclick="fnListLoad('all','0'); return false;">전체</button></li>
<li class="tab"><button type="button" onclick="fnListLoad('ready','1'); return false;">결과대기</button></li>
<li class="tab"><button type="button" onclick="fnListLoad('complete','2'); return false;">정상수신</button></li>
<li class="tab"><button type="button" onclick="fnListLoad('fail','3'); return false;">수신오류</button></li>