แก้ไข TAB เครื่องราชฯ ปรับ Table
This commit is contained in:
parent
b18056a335
commit
a1bd65f1ca
13 changed files with 87 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue