Lista Tabelle
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<CMyPage img="" :title="$t('otherpages.admin.userlist')" keywords="" description="">
|
||||
<CMyPage img="" :title="$t('otherpages.admin.tableslist')" keywords="" description="">
|
||||
|
||||
<CGridTableRec
|
||||
:prop_mytitle="$t('otherpages.admin.tableslist')"
|
||||
:nodataLabel="$t('grid.nodata')"
|
||||
@@ -8,6 +9,20 @@
|
||||
>
|
||||
|
||||
</CGridTableRec>
|
||||
|
||||
|
||||
<!--
|
||||
<CGridTableRec
|
||||
prop_mytable="sites"
|
||||
prop_mytitle="Lista Siti"
|
||||
:prop_mycolumns="colTableSites"
|
||||
prop_colkey="name"
|
||||
nodataLabel="Nessun Sito"
|
||||
noresultLabel="Il filtro selezionato non ha trovato nessun risultato">
|
||||
|
||||
</CGridTableRec>
|
||||
-->
|
||||
|
||||
</CMyPage>
|
||||
</template>
|
||||
<script lang="ts" src="./tablesList.ts">
|
||||
|
||||
Reference in New Issue
Block a user