扩展参数

This commit is contained in:
duan
2024-07-22 10:10:15 +08:00
parent dd7f4c32ac
commit 33e2e7b761
4 changed files with 260 additions and 3 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>