fix: wrong data display
This commit is contained in:
parent
97e6726567
commit
a8e7182d2b
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue