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"
|
@added="uploadFile"
|
||||||
label="ไฟล์เอกสารหลักฐาน"
|
label="ไฟล์เอกสารหลักฐาน"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
accept=".pdf,.xlsx,.doc"
|
accept=".pdf,.xlsx,.docx"
|
||||||
clearable
|
clearable
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ const visibleColumns = ref<string[]>(["no", "status","createdFullName", "created
|
||||||
const columns = ref<QTableProps["columns"]>([
|
const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "no",
|
name: "no",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "ลำดับ",
|
label: "ลำดับ",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "no",
|
field: "no",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue