dev-luannv24-s32s17 #24

Merged
dev merged 6 commits from dev-luannv24-s32s17 into dev 2025-07-30 19:18:39 +09:00
5 changed files with 23 additions and 221 deletions
Showing only changes of commit e6e1703942 - Show all commits

View File

@ -40,6 +40,7 @@
:is="'Datepicker'"
:parentPrgmId="myPrgmId"
:label="'조회기간'"
customClass="datepicker-large"
/>
</v-col>
<div class="text-right d-flex align-end justify-end pl-9" style="gap: 8px">
@ -64,7 +65,6 @@
:parentPrgmId="myPrgmId"
:gridName="gridName"
@getRowsData="getRowData"
:dataPath="dataPathMock"
/>
</div>
</div>
@ -430,7 +430,4 @@ const myDetail = [
class: 'py-2',
},
];
</script>
<style lang="scss">
@import '@/assets/scss/common.scss';
</style>
</script>