ตัวชี้วัดตามแผน filter

This commit is contained in:
oat_dev 2024-04-19 17:05:33 +07:00
parent adadddc222
commit b455e99987

View file

@ -274,6 +274,7 @@ onMounted(() => {
option-value="id"
emit-value
map-options
@update:model-value="fetchListProjectNew"
/>
</div>
<div class="col-2">
@ -350,17 +351,25 @@ onMounted(() => {
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-td
v-for="col in props.cols"
:key="col.name"
:props="props"
@click="onClickAddOrView(true, props.row.id)"
>
<q-td v-for="col in props.cols" :key="col.name" :props="props">
<div class="table_ellipsis">
{{ col.value ? col.value : "-" }}
</div>
</q-td>
<q-td>
<q-btn
color="primary"
flat
dense
round
class="q-mr-xs"
size="14px"
icon="mdi-pencil-outline"
clickable
@click="onClickAddOrView(true, props.row.id)"
>
<q-tooltip>แกไขขอม</q-tooltip>
</q-btn>
<q-btn
flat
round