fix: wrong data display

This commit is contained in:
Methapon2001 2024-07-09 11:25:39 +07:00
parent 97e6726567
commit a8e7182d2b

View file

@ -1873,7 +1873,7 @@ watch(inputSearchProductAndService, async () => {
> >
{{ {{
{ {
product: props.row.remark, product: props.row.process,
service: props.row.work?.length, service: props.row.work?.length,
}[productAndServiceTab] }[productAndServiceTab]
}} }}
@ -1885,13 +1885,13 @@ watch(inputSearchProductAndService, async () => {
service: tbControl.service.fieldSelected, service: tbControl.service.fieldSelected,
}[productAndServiceTab].includes( }[productAndServiceTab].includes(
{ {
product: 'productProcessingTime', product: 'priceInformation',
service: 'empty', service: 'empty',
}[productAndServiceTab], }[productAndServiceTab],
) )
" "
> >
{{ props.row.process }} price
</q-td> </q-td>
<q-td> <q-td>
<q-btn <q-btn