Merge branch 'develop' into devTee

# Conflicts:
#	src/modules/09_leave/components/2_Leave/DetailLeave.vue
This commit is contained in:
setthawutttty 2023-11-03 18:01:38 +07:00
commit 5d34c40b41
11 changed files with 257 additions and 148 deletions

View file

@ -30,7 +30,7 @@ function saveData() {
class="q-mr-sm"
@click="router.push(`/leave-list`)"
/>
รายละเอยดการลาของ {{ paramsId }}
รายละเอยดการลาของ นายปยรมย ธาราฟ
</div>
<div>
<q-btn

View file

@ -118,7 +118,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
v-for="col in props.cols"
:key="col.name"
:props="props"
@click.prevent="router.push(`/leave/detail/${props.row.name}`)"
@click.prevent="router.push(`/leave/detail/${props.row.id}`)"
>
<div v-if="col.name == 'no'">
{{ props.rowIndex + 1 }}

View file

@ -53,7 +53,6 @@ const { searchDataFn, filterOption } = leaveStore;
<div class="col-xs-12 col-sm-3 col-md-2">
<q-select
for="selectStatus"
v-if="leaveStore.tab == '2'"
emit-value
map-options
outlined
@ -100,6 +99,4 @@ const { searchDataFn, filterOption } = leaveStore;
/>
</div>
</div>
</template>
<style scoped></style>
</template>