Merge branch 'develop' of https://github.com/Frappet/BMA-EHR-USER into develop

This commit is contained in:
setthawutttty 2025-02-04 15:34:05 +07:00
commit 11ccd3ffff
3 changed files with 12 additions and 7 deletions

View file

@ -161,7 +161,7 @@ const modalProblem = ref<boolean>(false);
const type = ref<string>("");
const idList = ref<string>("");
function openPopupProgress(data: any) {
store.mainRowData = data
store.mainRowData = data;
modalProgress.value = true;
type.value =
numpage.value === 1 ? "plan" : numpage.value === 2 ? "role" : "special";
@ -334,6 +334,7 @@ const isEditStep3 = computed(() => {
>
<q-tooltip>รายงานความกาวหน</q-tooltip>
</q-btn>
<q-btn
flat
round
@ -341,7 +342,7 @@ const isEditStep3 = computed(() => {
color="red-5"
dense
main="problem"
@click="openPopupProblem(props.row)"
@click="openPopupProblem(props.row.id)"
>
<q-tooltip>รายงานปญหา</q-tooltip>
</q-btn>