วินัยเเก้ ลำดับอยู่กลาง
This commit is contained in:
parent
16ab4806a5
commit
13efe7bcc4
11 changed files with 14 additions and 14 deletions
|
|
@ -72,7 +72,7 @@ const nodeId = ref<string>(""); // id ของ Tree
|
||||||
const columns = ref<QTableProps["columns"]>([
|
const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "no",
|
name: "no",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "ลำดับ",
|
label: "ลำดับ",
|
||||||
field: "no",
|
field: "no",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ const visibleColumns = ref<String[]>(["no", "idCard", "name", "education"]);
|
||||||
const columns = ref<QTableProps["columns"]>([
|
const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "no",
|
name: "no",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "ลำดับ",
|
label: "ลำดับ",
|
||||||
field: "no",
|
field: "no",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ const visibleColumns = ref<String[]>([
|
||||||
"send",
|
"send",
|
||||||
]);
|
]);
|
||||||
const columns = ref<QTableProps["columns"]>([
|
const columns = ref<QTableProps["columns"]>([
|
||||||
{ name: "no", align: "left", label: "ลำดับ", field: "no", sortable: false },
|
{ name: "no", align: "center", label: "ลำดับ", field: "no", sortable: false },
|
||||||
{
|
{
|
||||||
name: "idCard",
|
name: "idCard",
|
||||||
align: "left",
|
align: "left",
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ const columnsRespondent = ref<QTableProps["columns"]>([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "no",
|
name: "no",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "ลำดับ",
|
label: "ลำดับ",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "no",
|
field: "no",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ const emit = defineEmits([
|
||||||
const columns2 = ref<QTableProps["columns"]>([
|
const columns2 = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "no",
|
name: "no",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "ลำดับ",
|
label: "ลำดับ",
|
||||||
sortable: false,
|
sortable: false,
|
||||||
field: "no",
|
field: "no",
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ const rows2 = ref<dataType[]>([]);
|
||||||
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",
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ const visibleColumns = ref<string[]>([
|
||||||
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",
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,9 @@ const props = defineProps({
|
||||||
const columns = ref<QTableProps["columns"]>([
|
const columns = ref<QTableProps["columns"]>([
|
||||||
{
|
{
|
||||||
name: "no",
|
name: "no",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "ลำดับ ",
|
label: "ลำดับ ",
|
||||||
sortable: true,
|
sortable: false,
|
||||||
field: "no",
|
field: "no",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
|
|
@ -223,7 +223,7 @@ onMounted(() => {
|
||||||
:columns="OrderStore.columns"
|
:columns="OrderStore.columns"
|
||||||
:rows="OrderStore.rows"
|
:rows="OrderStore.rows"
|
||||||
:filter="props.filterTable"
|
:filter="props.filterTable"
|
||||||
row-key="subject"
|
row-key="orderId"
|
||||||
flat
|
flat
|
||||||
bordered
|
bordered
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,12 @@ export const useDisciplineChannelDataStore = defineStore(
|
||||||
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",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px;width:100px;",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name",
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export const useDisciplineDirectorDataStore = defineStore(
|
||||||
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",
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ export const useDisciplineMainStore = defineStore("disciplineMainStore", () => {
|
||||||
const columnsRespondent = ref<QTableProps["columns"]>([
|
const columnsRespondent = 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