website non si vede

Stato e Contributo non te lo seleziona se clicchi a destra nel toggle
Ordinare per ultimo inserito
Corretto che Aggiungendo un Record, veniva salvato in anticipo
cancellazione Record, Inserimento Record : errori vari
This commit is contained in:
paoloar77
2022-02-17 17:43:27 +01:00
parent dedf35c659
commit 9161909003
29 changed files with 243 additions and 68 deletions

View File

@@ -45,6 +45,8 @@ export default defineComponent({
const col_footer = ref('idCity')
const col_tabfooter = ref('mycities')
const mypagination = ref({ sortBy: 'date_created', descending: true, page: 1, rowsNumber: 10, rowsPerPage: 10 })
const col = ref(<IColGridTable>{})
const idSector = computed(() => {
@@ -288,6 +290,8 @@ export default defineComponent({
adType: 1,
photos: 1,
note: 1,
website: 1,
//**ADDFIELD_MYSKILL
descr: 1,
date_created: 1,
date_updated: 1,
@@ -360,6 +364,7 @@ export default defineComponent({
col,
toolsext,
getdefaultnewrec,
mypagination,
}
},
})