fix: lint

This commit is contained in:
xingyu4j
2025-10-20 10:49:08 +08:00
parent 30c7727361
commit 496a808b86
23 changed files with 86 additions and 45 deletions

View File

@@ -99,7 +99,11 @@ onMounted(() => {
<Grid>
<template #top>
<ElTabs v-model="statusTab" class="-mt-11" @tab-change="handleChangeStatus">
<ElTabs
v-model="statusTab"
class="-mt-11"
@tab-change="handleChangeStatus"
>
<ElTabs.TabPane
v-for="tab in statusTabs"
:key="tab.value"

View File

@@ -228,4 +228,4 @@ defineExpose({
/>
</template>
</Grid>
</template>
</template>

View File

@@ -199,4 +199,4 @@ defineExpose({
/>
</template>
</Grid>
</template>
</template>