Aggiunta del Bottone "Aggiungi"
This commit is contained in:
@@ -39,6 +39,7 @@ import { CMyCardPopup } from '@/components/CMyCardPopup'
|
||||
import { CMyCardGrpPopup } from '@/components/CMyCardGrpPopup'
|
||||
import { CMyCardCircuitPopup } from '@/components/CMyCardCircuitPopup'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { table } from 'console'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CBarSelection',
|
||||
@@ -276,7 +277,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function visButtRow() {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
function gotoPageSel() {
|
||||
@@ -286,6 +287,10 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
function createNewRecordDialog() {
|
||||
globalStore.addNewRecord = tablesel.value
|
||||
}
|
||||
|
||||
created()
|
||||
onMounted(mounted)
|
||||
|
||||
@@ -329,6 +334,7 @@ export default defineComponent({
|
||||
optionsMainCards,
|
||||
tablesel,
|
||||
gotoPageSel,
|
||||
createNewRecordDialog,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user