ทะเบียนประวัติ: เพิ่มdropdown+ปรับข้อมูล

This commit is contained in:
Oat 2024-03-05 10:51:02 +07:00
parent 0fe5719755
commit 3542df9c09
3 changed files with 209 additions and 4 deletions

View file

@ -4,7 +4,7 @@ import Search from "@/modules/04_registryNew/components/registry/Search.vue";
import TableView from "@/modules/04_registryNew/components/registry/TableView.vue";
import CardView from "@/modules/04_registryNew/components/registry/CardView.vue";
import { useQuasar } from "quasar";
import type { QTableColumn, QTableProps } from "quasar";
import type { QTableColumn } from "quasar";
const $q = useQuasar();
const mode = ref<"table" | "card">("table");
@ -33,7 +33,7 @@ const columns = [
},
{
name: "posNo",
align: "center",
align: "left",
label: "ตำแหน่งเลขที่",
sortable: true,
field: "posNo",