Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into me

This commit is contained in:
Thanit Konmek 2023-07-03 00:16:19 +07:00
commit dc5ea784a3
5 changed files with 267 additions and 225 deletions

View file

@ -364,7 +364,7 @@ const search = ref<string>("");
const expanded = ref<string[]>([]);
const selected = ref<string>("");
const nodesTree = ref<treeTab[]>([]);
const send = ref<String[]>([]);
const selectedModal = ref([]);
const filterModal = ref<string>("");
const visibleColumnsModal = ref<String[]>(["no", "idcard", "name"]);
@ -467,10 +467,9 @@ const pagination = ref({
page: 1,
rowsPerPage: 10,
});
const optionSelect = ref<any>([
{ id: 1, name: "อีเมล" },
{ id: 2, name: "แจ้งเตือน" },
{ id: 2, name: "กล่องข้อความ" },
]);
const visibleColumns = ref<String[]>([