|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
<strong>기초 항목</strong>
|
|
|
|
|
<button type="button" id="btnPredefinedAdd--${pageName}"
|
|
|
|
|
class="btn btn-info dropdown-toggle" data-bs-toggle="dropdown">추가</button>
|
|
|
|
|
<ul id="dropdownPredefinedAdd--${pageName}" class="dropdown-menu oy-scroll" style="max-height: 250px">
|
|
|
|
|
<ul id="dropdownPredefinedAdd--${pageName}" class="dropdown-menu oy-scroll mh-px-250">
|
|
|
|
|
</ul>
|
|
|
|
|
<button type="button" id="btnPredefinedDel--${pageName}" class="btn btn-info">☑ 삭제</button>
|
|
|
|
|
</div>
|
|
|
|
@ -111,7 +111,7 @@
|
|
|
|
|
|
|
|
|
|
<template id="theadTr--${pageName}">
|
|
|
|
|
<tr>
|
|
|
|
|
<th style="width:130px">순서</th>
|
|
|
|
|
<th style="width:150px">순서</th>
|
|
|
|
|
<th style="width:40px"></th>
|
|
|
|
|
<th style="width:200px">추출항목명</th>
|
|
|
|
|
<th style="width:200px">추출항목설명</th>
|
|
|
|
|