บันทึกผล
This commit is contained in:
parent
3531301713
commit
c91843ceba
9 changed files with 918 additions and 170 deletions
|
|
@ -8,6 +8,7 @@ import type { FormAddProject } from "@/modules/15_development/interface/request/
|
|||
export const useDevelopmentDataStore = defineStore(
|
||||
"developmentDataStore",
|
||||
() => {
|
||||
const projectName = ref<string>("");
|
||||
const projectStatus = ref<string>("ONGOING");
|
||||
const statusEdit = ref<boolean>(false);
|
||||
const formAddProject = reactive<FormAddProject>({
|
||||
|
|
@ -133,6 +134,7 @@ export const useDevelopmentDataStore = defineStore(
|
|||
rows,
|
||||
statusEdit,
|
||||
projectStatus,
|
||||
projectName,
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue