commit
d28438f18f
|
@ -43,7 +43,7 @@
|
||||||
<el-table-column label="键值" prop="key" width="150"></el-table-column>
|
<el-table-column label="键值" prop="key" width="150"></el-table-column>
|
||||||
<el-table-column label="是否有效" prop="yx" width="100">
|
<el-table-column label="是否有效" prop="yx" width="100">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-switch v-if="scope.row.yx" v-model="scope.row.yx" @change="changeSwitch($event, scope.row)" :loading="scope.row.$switch_yx" active-value="1" inactive-value="0"></el-switch>
|
<el-switch v-model="scope.row.yx" @change="changeSwitch($event, scope.row)" :loading="scope.row.$switch_yx" active-value="1" inactive-value="0"></el-switch>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" fixed="right" align="right" width="140">
|
<el-table-column label="操作" fixed="right" align="right" width="140">
|
||||||
|
|
Loading…
Reference in New Issue