fix:switch颜色修改

This commit is contained in:
wenyann 2020-09-25 17:16:25 +08:00
parent 2b2ebb6823
commit ea9a2cef59
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>