ปรับ ui ตาราง,Layout ระบบ วินัย เพิ่มเติม

This commit is contained in:
Tanyalak 2023-10-20 16:50:28 +07:00
parent 7367123a09
commit 708c4c318c
9 changed files with 305 additions and 303 deletions

View file

@ -103,7 +103,9 @@ const clickAdd = () => {
<q-btn
v-if="props.row.active === 'ยืนยันผล'"
color="primary"
class="q-px-md q-py-xs"
class="q-px-md"
dense
unelevated
>นยนผล</q-btn
>
<span v-else>{{ props.row.active }}</span>

View file

@ -14,7 +14,6 @@
</q-btn>
</div>
<q-space />
<div class="items-center q-gutter-sm" style="display: flex">
<!-- นหาขอความใน table -->
<q-input
standout
@ -26,6 +25,7 @@
debounce="300"
placeholder="ค้นหา"
style="max-width: 200px"
class="col-xs-12 col-sm-3 col-md-2"
>
<template v-slot:append>
<q-icon v-if="inputfilter == ''" name="search" />
@ -50,12 +50,10 @@
option-value="name"
map-options
emit-value
style="min-width: 150px"
class="gt-xs"
class="col-xs-12 col-sm-3 col-md-2 gt-xs"
>
<template> </template>
</q-select>
</div>
</div>
<d-table
ref="table"