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