updated format code

This commit is contained in:
Warunee Tamkoo 2024-09-03 11:28:01 +07:00
parent b75d69ea08
commit b14bad2249
241 changed files with 14012 additions and 13811 deletions

View file

@ -511,7 +511,10 @@ onMounted(async () => {
</q-td>
<q-td auto-width>
<q-btn
v-if="props.row.requestNote != null && checkPermission($route)?.attrIsGet"
v-if="
props.row.requestNote != null &&
checkPermission($route)?.attrIsGet
"
dense
flat
round

View file

@ -25,4 +25,4 @@ interface ItemType {
interface ColId {
period_id: string;
}
export type { FormProprsalsRound, FormProprsalsRound2, ItemType ,ColId};
export type { FormProprsalsRound, FormProprsalsRound2, ItemType, ColId };

View file

@ -1,13 +1,13 @@
interface ResponseObject {
id: string
name: string
shortName: string
insigniaTypeName: string
createdAt: Date
lastUpdatedAt: Date
lastUpdateFullName: string
isActive: boolean
note: string
id: string;
name: string;
shortName: string;
insigniaTypeName: string;
createdAt: Date;
lastUpdatedAt: Date;
lastUpdateFullName: string;
isActive: boolean;
note: string;
}
export type {ResponseObject};
export type { ResponseObject };