วินัยเเก้ ลำดับอยู่กลาง

This commit is contained in:
STW_TTTY\stwtt 2024-06-24 16:03:37 +07:00
parent 16ab4806a5
commit 13efe7bcc4
11 changed files with 14 additions and 14 deletions

View file

@ -20,12 +20,12 @@ export const useDisciplineChannelDataStore = defineStore(
const columns = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
align: "center",
label: "ลำดับ",
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
style: "font-size: 14px;width:100px;",
},
{
name: "name",

View file

@ -26,7 +26,7 @@ export const useDisciplineDirectorDataStore = defineStore(
const columns = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
align: "center",
label: "ลำดับ",
sortable: false,
field: "no",

View file

@ -36,7 +36,7 @@ export const useDisciplineMainStore = defineStore("disciplineMainStore", () => {
const columnsRespondent = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
align: "center",
label: "ลำดับ",
sortable: false,
field: "no",