center no /docx

This commit is contained in:
STW_TTTY\stwtt 2024-06-25 16:54:58 +07:00
parent 9fa2d6c543
commit f9d593d536
2 changed files with 2 additions and 2 deletions

View file

@ -602,7 +602,7 @@ onMounted(() => {
@added="uploadFile"
label="ไฟล์เอกสารหลักฐาน"
hide-bottom-space
accept=".pdf,.xlsx,.doc"
accept=".pdf,.xlsx,.docx"
clearable
>
<template v-slot:prepend>

View file

@ -21,7 +21,7 @@ const visibleColumns = ref<string[]>(["no", "status","createdFullName", "created
const columns = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
align: "center",
label: "ลำดับ",
sortable: false,
field: "no",