Lista Tabelle

This commit is contained in:
Paolo Arena
2021-10-02 02:03:10 +02:00
parent bf7dcf20a6
commit 41e33fd87d
26 changed files with 138 additions and 77 deletions

View File

@@ -90,13 +90,13 @@ export default defineComponent({
if (actiontype.value === shared_consts.TypeMsg_Actions.YESNO) {
param.actions = [
{ action: 'confirm', title: 'Si', icon: '/public/images/opz1-icon-96x96.jpg' },
{ action: 'cancel', title: 'No', icon: '/public/images/opz2-icon-96x96.jpg' }
{ action: 'confirm', title: 'Si', icon: '/images/opz1-icon-96x96.jpg' },
{ action: 'cancel', title: 'No', icon: '/images/opz2-icon-96x96.jpg' }
]
} else if (actiontype.value === shared_consts.TypeMsg_Actions.OPZ1_2) {
param.actions = [
{ action: 'opz1', title: opz1.value, icon: '/public/images/opz1-icon-96x96.jpg' },
{ action: 'opz2', title: opz2.value, icon: '/public/images/opz2-icon-96x96.jpg' }
{ action: 'opz1', title: opz1.value, icon: '/images/opz1-icon-96x96.jpg' },
{ action: 'opz2', title: opz2.value, icon: '/images/opz2-icon-96x96.jpg' }
]
}