Add paging and button view detail for S1 dashboard + Fix bugs 156 163
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<v-row>
|
||||
<v-col :cols="8" style="padding:0px">
|
||||
<!-- 조회기간 -->
|
||||
<DatePicker :parentPrgmId="parentPrgmId" label="조회기간" />
|
||||
<DatePicker :parentPrgmId="parentPrgmId" label="조회기간" customClass="tab-datepicker" />
|
||||
</v-col>
|
||||
<v-col cols="4" class="d-flex justify-end align-center">
|
||||
<Buttons
|
||||
@ -378,3 +378,10 @@ function numberFormatter({ value }) {
|
||||
return value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
::v-deep {
|
||||
.tab-datepicker {
|
||||
width: 64% !important;
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user