ทะเบียนประวัติ: เพิ่มdropdown+ปรับข้อมูล
This commit is contained in:
parent
0fe5719755
commit
3542df9c09
3 changed files with 209 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue