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