fix
This commit is contained in:
parent
06af1142b1
commit
c5f0a66835
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue