no message

This commit is contained in:
setthawutttty 2023-08-22 09:15:41 +07:00
parent fed801820f
commit 6f9edd1545
4 changed files with 26 additions and 5 deletions

View file

@ -45,6 +45,7 @@ const visibleColumns = ref<string[]>([
"fullname",
"organizationName",
"dateOfBirth",
"statusText",
"btn",
]);
const visibleColumns2 = ref<string[]>([
@ -113,6 +114,15 @@ const columns = ref<QTableProps["columns"]>([
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "statusText",
align: "left",
label: "สถานะ",
sortable: true,
field: "statusText",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "btn",
align: "left",
@ -486,6 +496,7 @@ onMounted(async () => {
</q-td>
<q-td auto-width>
<q-btn
v-if="props.row.status !== 'DONE' && props.row.status !== 'REPORT'"
icon="mdi-dots-vertical"
size="12px"
color="grey-7"

View file

@ -294,7 +294,7 @@ onMounted(async () => {
แกไขขอมลเพอลงบญชแนบทาย
</div>
<q-space />
<div class="q-gutter-sm" v-if="!edit">
<div v-if="status !== 'REPORT' && status !== 'DONE'"> <div class="q-gutter-sm" v-if="!edit">
<q-btn
outline
color="primary"
@ -325,7 +325,8 @@ onMounted(async () => {
style="width: 80px"
@click="cancelBtn"
/>
</div>
</div></div>
</div>
<div class="col-12"><q-separator /></div>
<q-form ref="myForm">