|
|
@ -20,7 +20,7 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="6">
|
|
|
|
<td colspan="6">
|
|
|
|
<select id="searchCondition" name="searchCondition" title="조회조건" onchange="fnBiz.onSearchChange()">
|
|
|
|
<select id="searchCondition" name="searchCondition" title="조회조건" onchange="fnBiz.onSearchChange()">
|
|
|
|
<option value="userId">사용자 ID</option>
|
|
|
|
<option value="userAcnt">사용자 ID</option>
|
|
|
|
<option value="userNm">사용자 명</option>
|
|
|
|
<option value="userNm">사용자 명</option>
|
|
|
|
<option value="grpId">그룹</option>
|
|
|
|
<option value="grpId">그룹</option>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
@ -224,13 +224,12 @@
|
|
|
|
const initGrid = () => {
|
|
|
|
const initGrid = () => {
|
|
|
|
const gridColumns = [
|
|
|
|
const gridColumns = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
header: '사용자 ID',
|
|
|
|
header: '계정 ID',
|
|
|
|
name: 'userId',
|
|
|
|
name: 'userAcnt',
|
|
|
|
minWidth: 160,
|
|
|
|
minWidth: 160,
|
|
|
|
sortable: true,
|
|
|
|
sortable: true,
|
|
|
|
filter: 'select',
|
|
|
|
filter: 'select',
|
|
|
|
sortingType: 'desc',
|
|
|
|
sortingType: 'desc'
|
|
|
|
//align: 'center'
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
header: '사용자 명',
|
|
|
|
header: '사용자 명',
|
|
|
|