Registrazione senza Telegram
This commit is contained in:
@@ -105,6 +105,17 @@ export default defineComponent({
|
||||
const actual = ''
|
||||
|
||||
const tablesel = ref('')
|
||||
const iconsel = computed(() => {
|
||||
const myarr: any = tools.getoptionsMainCards(false)
|
||||
if (myarr) {
|
||||
const rec = myarr.find((rec: any) => rec.value === tablesel.value)
|
||||
|
||||
if (rec) {
|
||||
return rec.icon
|
||||
}
|
||||
}
|
||||
return ''
|
||||
})
|
||||
const myfilter = ref('')
|
||||
const myfilterand: any = ref([])
|
||||
let rowsel: any = {}
|
||||
@@ -337,6 +348,7 @@ export default defineComponent({
|
||||
gotoPageSel,
|
||||
createNewRecordDialog,
|
||||
toHome,
|
||||
iconsel,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user