fix: product => comment out q-item in FormDocument.vue

This commit is contained in:
puriphatt 2024-12-25 16:57:40 +07:00
parent 136fe4767c
commit 36a4c9bf48

View file

@ -139,7 +139,7 @@ function optionSearch(val: string | null) {
@select="(v) => selectAttachment(v)"
>
<template #prepend>
<q-item
<!-- <q-item
dense
clickable
class="bordered-t flex items-center app-text-muted"
@ -147,7 +147,7 @@ function optionSearch(val: string | null) {
>
<q-icon name="mdi-plus" class="q-pa-sm q-mr-sm" />
{{ $t('general.add', { text: $t('general.attachment') }) }}
</q-item>
</q-item> -->
<q-item
dense
clickable