la creazione dell'annuncio impiega troppo tempo (e le persone cliccavano su "Salva" più volte)...
This commit is contained in:
@@ -2240,7 +2240,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function update_col(col: string, value: string) {
|
||||
console.log('update_col', col, value)
|
||||
// console.log('update_col', col, value)
|
||||
|
||||
if (col) {
|
||||
if (newRecordBool.value) {
|
||||
|
||||
@@ -181,12 +181,12 @@
|
||||
><q-icon dense color="blue" name="far fa-check-circle" />
|
||||
</span>
|
||||
</span>
|
||||
<span class="q-mx-xxs">{{ myrec.myseen.length }}</span>
|
||||
<span class="q-mx-xxs">{{ myrec.myseen ? myrec.myseen.length : 0 }}</span>
|
||||
<span class="q-mx-xxs"
|
||||
><q-icon dense color="blue" name="far fa-eye" />
|
||||
</span>
|
||||
<span class="q-mx-xxs"> </span>
|
||||
<span class="">{{ myrec.myfav.length }}</span>
|
||||
<span class="">{{ myrec.myfav ? myrec.myfav.length : 0 }}</span>
|
||||
<span class="q-mx-xxs"
|
||||
><q-icon
|
||||
dense
|
||||
@@ -198,8 +198,8 @@
|
||||
"
|
||||
/>
|
||||
</span>
|
||||
<span class="q-mx-xxs"> </span
|
||||
><span class="">{{ myrec.mybook.length }}</span>
|
||||
<!--<span class="q-mx-xxs"> </span>
|
||||
<span class="">{{ myrec.mybook.length }}</span>
|
||||
<span class="q-mx-xxs"
|
||||
><q-icon
|
||||
dense
|
||||
@@ -211,6 +211,7 @@
|
||||
"
|
||||
/>
|
||||
</span>
|
||||
-->
|
||||
)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user