This commit is contained in:
duan 2024-07-22 14:24:13 +08:00
parent e335d634da
commit 2be2df7bc4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
@change="showChangess($event, scope.row)"></el-switch>
</template>
</el-table-column>
<el-table-column label="架">
<el-table-column label="架">
<template v-slot="scope">
<el-switch v-model="scope.row.isGrounding" :active-value="true" :inactive-value="false"
@change="showChangesss($event, scope.row)"></el-switch>