ปรับ button
This commit is contained in:
parent
c3d8ec8859
commit
bd56c5455c
2 changed files with 4 additions and 4 deletions
|
|
@ -160,8 +160,9 @@ const pagination = ref({
|
|||
v-if="props.row.statusEdit === 'edit'"
|
||||
outline
|
||||
icon="edit"
|
||||
size="12px"
|
||||
label="ขอแก้ไข"
|
||||
color="info"
|
||||
color="cyan-6"
|
||||
@click="openPopup(props.row)"
|
||||
/>
|
||||
<q-chip
|
||||
|
|
@ -217,7 +218,6 @@ const pagination = ref({
|
|||
</div>
|
||||
<div class="col" v-else>
|
||||
<q-chip
|
||||
class="full-width"
|
||||
:color="`${stores.classColorStatus(props.row.statusEdit)}-1`"
|
||||
:text-color="`${stores.classColorStatus(
|
||||
props.row.statusEdit
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ function onClickClose() {
|
|||
unelevated
|
||||
outline
|
||||
icon="add"
|
||||
color="secondary"
|
||||
:class="$q.screen.gt.xs ? 'q-px-sm' : ''"
|
||||
color="light-blue"
|
||||
:class="$q.screen.gt.xs ? 'q-px-sm bg-blue-1' : ''"
|
||||
:label="$q.screen.gt.xs ? 'เพิ่มรายการลงเวลากรณีพิเศษ' : ''"
|
||||
@click="onClickopen"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue