This commit is contained in:
duan
2024-07-22 13:59:09 +08:00
parent 29affe432a
commit fa27401152

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>