updated format code
This commit is contained in:
parent
b75d69ea08
commit
b14bad2249
241 changed files with 14012 additions and 13811 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@ interface ItemType {
|
|||
interface ColId {
|
||||
period_id: string;
|
||||
}
|
||||
export type { FormProprsalsRound, FormProprsalsRound2, ItemType ,ColId};
|
||||
export type { FormProprsalsRound, FormProprsalsRound2, ItemType, ColId };
|
||||
|
|
|
|||
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue