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:
@@ -78,7 +78,7 @@ const params = reactive({
|
||||
{ key: 'lineclsfnm', label: '구분', value: {} },
|
||||
{ key: 'bname', label: '사원번호', value: {} },
|
||||
{ key: 'btext', label: '이름', value: {} },
|
||||
{ key: 'abscd', label: '근태관리', value: {} },
|
||||
{ key: 'abscd', label: '근태관리', value: {} }, //근태관리 코드값만 넘어오고 있음
|
||||
],
|
||||
apprList:[],
|
||||
modalColumn: [],
|
||||
@@ -281,7 +281,7 @@ const addTabFromRow = (row,index) => {
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="bottom-button">
|
||||
<VButton @click="cancel">취 소</VButton>
|
||||
<VButton v-if="!props.apprNo" @click="cancel">취 소</VButton>
|
||||
</div>
|
||||
<VCustomTabs
|
||||
type="boxed"
|
||||
|
||||
Reference in New Issue
Block a user