CGridTableRec + fields + page

pagine:
- Siti Web
- Operazioni
- Push...
This commit is contained in:
Paolo Arena
2021-09-19 20:07:28 +02:00
parent 622bd6943d
commit db4b06f67f
96 changed files with 2561 additions and 4328 deletions

View File

@@ -8,6 +8,7 @@ import { useI18n } from '@/boot/i18n'
import { useUserStore } from '@store/UserStore'
import { useGlobalStore } from '@store/globalStore'
import { tools } from '@store/Modules/tools'
import { costanti } from '@costanti'
export default defineComponent({
name: 'Dbop',
@@ -75,6 +76,7 @@ export default defineComponent({
return {
EseguiFunz,
tools,
costanti,
}
},
})

View File

@@ -3,18 +3,18 @@
<CTitleBanner title="Operazioni su DB:"></CTitleBanner>
<div class="row justify-center q-gutter-sm q-list--bordered center_img" style="max-width: 600px">
<CMyFieldDb
title="SITO_ONLINE"
mykey="SITO_ONLINE"
:serv="false"
:type="costanti.FieldType.boolean">
title="SITO_ONLINE"
mykey="SITO_ONLINE"
:serv="false"
:type="costanti.FieldType.boolean">
</CMyFieldDb>
<br>
<CMyFieldDb
title="ABILITA CRONTAB (1 ora)"
mykey="CRONTAB"
:serv="false"
:type="costanti.FieldType.boolean">
title="ABILITA CRONTAB (1 ora)"
mykey="CRONTAB"
:serv="false"
:type="costanti.FieldType.boolean">
</CMyFieldDb>
<br>
@@ -203,8 +203,8 @@ title="ABILITA CRONTAB (1 ora)"
<div class="row">
<q-btn
label="Correggi Tabella Hours con userId" color="negative"
@click="EseguiFunz('CorreggiTabHours')"></q-btn>
label="Correggi Tabella Hours con userId" color="negative"
@click="EseguiFunz('CorreggiTabHours')"></q-btn>
<br>
</div>
@@ -214,7 +214,7 @@ label="Correggi Tabella Hours con userId" color="negative"
dense
>
<template v-slot:control>
<div class="self-center full-width no-outline text-center" tabindex="0">{{ris}}</div>
<div class="self-center full-width no-outline text-center" tabindex="0">{{ ris }}</div>
</template>
</q-field>
@@ -225,5 +225,5 @@ label="Correggi Tabella Hours con userId" color="negative"
</script>
<style lang="scss" scoped>
@import './dbop';
@import './dbop';
</style>