fix : 검색 조건 참고 하여 편의성을 위해 이름 필드 추가

This commit is contained in:
Yesol Choi
2025-06-04 22:01:42 +09:00
parent 6721036b17
commit 1cf2491464
2 changed files with 2 additions and 1 deletions

View File

@@ -69,9 +69,9 @@ const params = reactive({
page: 1, page: 1,
row: 10, row: 10,
flexColumn: [ flexColumn: [
//{ key: 'btext', label: '이름', value: {} },
{ key: 'lineclsf', label: '구분', value: {} }, { key: 'lineclsf', label: '구분', value: {} },
{ key: 'bname', label: '사원번호', value: {} }, { key: 'bname', label: '사원번호', value: {} },
{ key: 'btext', label: '이름', value: {} },
{ key: 'abscd', label: '근태관리', value: {} }, { key: 'abscd', label: '근태관리', value: {} },
], ],
apprList:[], apprList:[],

View File

@@ -72,6 +72,7 @@ const params = reactive({
//이름은 안넘어오고 있음 //이름은 안넘어오고 있음
{ key: 'lineclsf', label: '구분', value: {} }, { key: 'lineclsf', label: '구분', value: {} },
{ key: 'bname', label: '사원번호', value: {} }, { key: 'bname', label: '사원번호', value: {} },
{ key: 'btext', label: '이름', value: {} },
{ key: 'abscd', label: '근태관리', value: {} }, { key: 'abscd', label: '근태관리', value: {} },
{ key: 'actions', label: '동작' }, { key: 'actions', label: '동작' },
], ],