fix : 이름 필드 추가, 백엔드 수정후 todo

This commit is contained in:
Yesol Choi
2025-06-08 06:46:53 +09:00
parent 5ce1b1d5cd
commit 094d9ade0f

View File

@@ -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
] ]
}) })