fix: 前端打包报错

v3.2
shaohuzhang1 2024-03-20 13:08:30 +08:00
parent 4d6d022fc8
commit 3959c0e46c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<el-table-column label="状态" width="60">
<template #default="{ row }">
<div @click.stop>
<el-switch size="small" v-model="row.is_active" @change="changeState($event, row)" />
<el-switch size="small" v-model="row.is_active" />
</div>
</template>
</el-table-column>