fix: product => comment out q-item in FormDocument.vue
This commit is contained in:
parent
136fe4767c
commit
36a4c9bf48
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue