Merge remote-tracking branch 'origin/master' into master

This commit is contained in:
Captain.B 2020-09-25 17:17:44 +08:00
commit 0426e34b44
1 changed files with 4 additions and 4 deletions

View File

@ -63,10 +63,10 @@
>
<template v-slot:default="{row}">
<el-switch
v-model="row.enable"
active-value="true"
inactive-value="false"
inactive-color="#ff4949"
v-model="row.enable"
active-value="true"
inactive-value="false"
inactive-color="#DCDFE6"
/>
</template>
</el-table-column>