+ v-if="showColCheck(col, tools.TIPOVIS_NEW_RECORD, true, 0, newRecord) && col.foredit ">
-
+
@@ -530,7 +533,7 @@
-
+
diff --git a/src/components/CMainView/CMainView.scss b/src/components/CMainView/CMainView.scss
new file mode 100755
index 00000000..e69de29b
diff --git a/src/components/CMainView/CMainView.ts b/src/components/CMainView/CMainView.ts
new file mode 100755
index 00000000..02dc0ff6
--- /dev/null
+++ b/src/components/CMainView/CMainView.ts
@@ -0,0 +1,26 @@
+import { defineComponent, ref, computed, PropType, toRef } from 'vue'
+import { useUserStore } from '@store/UserStore'
+import { useRouter } from 'vue-router'
+import { useGlobalStore } from '@store/globalStore'
+import { useI18n } from '@/boot/i18n'
+import { tools } from '@store/Modules/tools'
+import { CBigBtn } from '@/components/CBigBtn'
+
+
+export default defineComponent({
+ name: 'CMainView',
+ components: { CBigBtn },
+ props: {},
+ setup(props, { emit }) {
+
+ const userStore = useUserStore()
+ const $router = useRouter()
+ const globalStore = useGlobalStore()
+ const { t } = useI18n()
+
+ return {
+ userStore,
+ tools,
+ }
+ }
+})
diff --git a/src/components/CMainView/CMainView.vue b/src/components/CMainView/CMainView.vue
new file mode 100755
index 00000000..c356138d
--- /dev/null
+++ b/src/components/CMainView/CMainView.vue
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
P.S: Attualmente รจ attivo solo il bottone Lavoro.
+ Gli altri verranno attivati nei prossimi giorni.
+
+
+
+
+
+
diff --git a/src/components/CMainView/index.ts b/src/components/CMainView/index.ts
new file mode 100755
index 00000000..0c983a21
--- /dev/null
+++ b/src/components/CMainView/index.ts
@@ -0,0 +1 @@
+export {default as CMainView} from './CMainView.vue'
diff --git a/src/components/CMyEditor/CMyEditor.vue b/src/components/CMyEditor/CMyEditor.vue
index 7b99145d..f9756551 100755
--- a/src/components/CMyEditor/CMyEditor.vue
+++ b/src/components/CMyEditor/CMyEditor.vue
@@ -40,7 +40,7 @@
-
+
diff --git a/src/components/CMyPopupEdit/CMyPopupEdit.ts b/src/components/CMyPopupEdit/CMyPopupEdit.ts
index 77c86133..d8c86245 100755
--- a/src/components/CMyPopupEdit/CMyPopupEdit.ts
+++ b/src/components/CMyPopupEdit/CMyPopupEdit.ts
@@ -705,6 +705,7 @@ export default defineComponent({
noPopupeditByCol,
getTitleEditor,
getToByCol,
+ t,
}
}
})
diff --git a/src/components/CMyPopupEdit/CMyPopupEdit.vue b/src/components/CMyPopupEdit/CMyPopupEdit.vue
index 4ced5d2a..d9ee238a 100755
--- a/src/components/CMyPopupEdit/CMyPopupEdit.vue
+++ b/src/components/CMyPopupEdit/CMyPopupEdit.vue
@@ -417,9 +417,10 @@