mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:22:33 +09:00
fix : 이름 필드 추가, 백엔드 수정후 todo
This commit is contained in:
@@ -56,8 +56,9 @@ const params = reactive({
|
|||||||
cooperationData: [],
|
cooperationData: [],
|
||||||
cooperColumn:[
|
cooperColumn:[
|
||||||
{ key: 'lineclsf', label: '결재구분' },
|
{ key: 'lineclsf', label: '결재구분' },
|
||||||
{ key: 'bname', label: '사번' },
|
{ key: 'bname', label: '사번' }, //todo
|
||||||
{ key: 'abscd', label: '사유코드(근태)' },
|
{ key: 'btext', label: '이름' },
|
||||||
|
{ key: 'abscd', label: '사유코드(근태)' }, //todo
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user