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

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

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

View file

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

View file

@ -45,7 +45,7 @@ const rows2 = ref<dataType[]>([]);
const columns = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
align: "center",
label: "ลำดับ",
sortable: false,
field: "no",

View file

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

View file

@ -20,9 +20,9 @@ const props = defineProps({
const columns = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
align: "center",
label: "ลำดับ ",
sortable: true,
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -223,7 +223,7 @@ onMounted(() => {
:columns="OrderStore.columns"
:rows="OrderStore.rows"
:filter="props.filterTable"
row-key="subject"
row-key="orderId"
flat
bordered
dense