แก้ไข TAB เครื่องราชฯ ปรับ Table

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-07 16:05:25 +07:00
parent b18056a335
commit a1bd65f1ca
13 changed files with 87 additions and 10 deletions

View file

@ -22,6 +22,7 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
const typeReport = ref<string>("");
const titleReport = ref<string>("");
const mainTab = ref<string | undefined>('pending');
const setTypeandTitle = (type: string, title: string) => {
typeReport.value = type;
@ -110,6 +111,7 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
return {
optionsTypeOc,
mainTab,
typeOc,
rows,
typeinsigniaOptions,