fix: edit label
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Thanaphon Frappet 2025-08-22 11:25:51 +07:00
parent 67a69b85e0
commit 37c9f5fcd5

View file

@ -311,7 +311,11 @@ function closeAble() {
border-bottom: 2px solid var(--main); border-bottom: 2px solid var(--main);
" "
> >
{{ $t('taskOrder.goodReceipt') }} {{
viewType === 'docReceive'
? $t('taskOrder.goodReceipt')
: $t('preview.taskOrder')
}}
</span> </span>
<table ref="elements" class="q-mb-sm" cellpadding="0" style="width: 100%"> <table ref="elements" class="q-mb-sm" cellpadding="0" style="width: 100%">
@ -346,7 +350,6 @@ function closeAble() {
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table <table
style="width: 40%; margin-left: auto" style="width: 40%; margin-left: auto"
class="q-mb-md" class="q-mb-md"