center no /docx
This commit is contained in:
parent
9fa2d6c543
commit
f9d593d536
2 changed files with 2 additions and 2 deletions
|
|
@ -602,7 +602,7 @@ onMounted(() => {
|
|||
@added="uploadFile"
|
||||
label="ไฟล์เอกสารหลักฐาน"
|
||||
hide-bottom-space
|
||||
accept=".pdf,.xlsx,.doc"
|
||||
accept=".pdf,.xlsx,.docx"
|
||||
clearable
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue