Files
myprojplanet_vite/src/rootgen/admin/gasordini/gasordini.vue

28 lines
817 B
Vue
Raw Normal View History

2023-12-21 02:23:58 +01:00
<template>
<CMyPage :title="t('pages.gestoreordinigas')" imgbackground="/images/fornitori.jpg" sizes="max-height: 120px">
<span>{{
setmeta({
title: t('pages.gestoreordinigas'),
description: '',
keywords: '',
})
}}
</span>
2023-12-21 02:23:58 +01:00
<div class="q-ma-sm q-gutter-sm q-pa-xs">
<CTitleBanner :title="t('pages.gestoreordinigas')"></CTitleBanner>
<CGridTableRec prop_mytable="gasordines" :prop_mytitle="t('pages.gestoreordinigas')" :prop_mycolumns="colTableGasordine"
prop_colkey="name" nodataLabel="Nessun Gas"
noresultLabel="Il filtro selezionato non ha trovato nessun GAS">
2023-12-21 02:23:58 +01:00
</CGridTableRec>
</div>
</CMyPage>
</template>
<script lang="ts" src="./gasordini.ts">
</script>
<style lang="scss" scoped>
@import 'gasordini.scss';
</style>