Refactoring code module 15_development
This commit is contained in:
parent
895bfe98f2
commit
32ff7bdc96
25 changed files with 271 additions and 1440 deletions
|
|
@ -39,15 +39,14 @@ const {
|
|||
success,
|
||||
} = useCounterMixin();
|
||||
|
||||
const projectId = ref<string>(route.params.id.toLocaleString());
|
||||
const projectId = ref<string>(route.params.id.toLocaleString()); //id route
|
||||
const checkRoutePermission = ref<boolean>(
|
||||
route.name == "developmentDetailPage"
|
||||
);
|
||||
); //check ชื่อ route
|
||||
|
||||
/**
|
||||
* props
|
||||
*/
|
||||
const status = defineModel<string>("status", { required: true });
|
||||
const isChangeData = defineModel<boolean>("isChangeData", { required: true });
|
||||
const props = defineProps({
|
||||
prevStep: { type: Function, required: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue