This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-03 13:16:40 +07:00
parent 06af1142b1
commit c5f0a66835

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>