fix: 前端打包报错

This commit is contained in:
shaohuzhang1 2024-03-20 13:08:30 +08:00
parent 4d6d022fc8
commit 3959c0e46c

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>