รายการอุทธรณ์ร้องทุกข์

This commit is contained in:
setthawutttty 2023-12-14 18:03:01 +07:00
parent 58201d887d
commit 6c035d3234
5 changed files with 164 additions and 182 deletions

View file

@ -86,7 +86,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "title",
align: "left",
label: "เรื่องร้องเรียน",
label: "เรื่องอุทธรณ์/ร้องทุกข์",
sortable: true,
field: "title",
headerStyle: "font-size: 14px",
@ -427,7 +427,6 @@ onMounted(async () => {
>
<span class="text-weight-medium">{{ col.label }}</span>
</q-th>
<q-th auto-width></q-th>
</q-tr>
</template>
<template v-slot:body="props">
@ -445,19 +444,6 @@ onMounted(async () => {
{{ col.value }}
</div>
</q-td>
<td auto-width>
<q-btn
icon="mdi-pencil"
size="10px"
color="primary"
flat
round
dense
@click="openEditStatus(props.row)"
>
<q-tooltip>แกไขสถานะ</q-tooltip>
</q-btn>
</td>
</q-tr>
</template>
</d-table>