mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 19:25:11 +09:00
fix : 검색 조건 참고 하여 편의성을 위해 이름 필드 추가
This commit is contained in:
@@ -69,9 +69,9 @@ const params = reactive({
|
||||
page: 1,
|
||||
row: 10,
|
||||
flexColumn: [
|
||||
//{ key: 'btext', label: '이름', value: {} },
|
||||
{ key: 'lineclsf', label: '구분', value: {} },
|
||||
{ key: 'bname', label: '사원번호', value: {} },
|
||||
{ key: 'btext', label: '이름', value: {} },
|
||||
{ key: 'abscd', label: '근태관리', value: {} },
|
||||
],
|
||||
apprList:[],
|
||||
|
||||
@@ -72,6 +72,7 @@ const params = reactive({
|
||||
//이름은 안넘어오고 있음
|
||||
{ key: 'lineclsf', label: '구분', value: {} },
|
||||
{ key: 'bname', label: '사원번호', value: {} },
|
||||
{ key: 'btext', label: '이름', value: {} },
|
||||
{ key: 'abscd', label: '근태관리', value: {} },
|
||||
{ key: 'actions', label: '동작' },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user