그리드 항목 네이밍 개선요청 반영.(API명 -> ID, 설명 -> API 명)

This commit is contained in:
daekuk
2025-11-26 16:05:21 +09:00
parent 70c90a630e
commit 9117ac149d
2 changed files with 7 additions and 7 deletions
@@ -85,8 +85,8 @@
url: url,
postData: gridPostData,
colNames: ['업무구분',
'API (*)',
'API 명',
'API ID(*)',
'API 명',
'요청',
'응답',
'작성자',
@@ -387,11 +387,11 @@
<td>
<select name="searchEaiBzwkDstcd" value="${param.searchEaiBzwkDstcd}"></select>
</td>
<th style="width:180px;">API </th>
<th style="width:180px;">API ID</th>
<td>
<input type="text" name="searchEaiSvcName" value="${param.searchEaiSvcName}">
</td>
<th style="width:180px;">API명</th>
<th style="width:180px;">API 명</th>
<td>
<input type="text" name="searchEaiSvcDesc" value="${param.searchEaiSvcDesc}">
</td>