This commit is contained in:
liuye
2022-04-07 18:35:43 +08:00
parent d5acaec0ba
commit aea786945f
9 changed files with 494 additions and 16 deletions

View File

@@ -39,7 +39,7 @@
<template slot-scope="scope">
<el-switch
v-model="scope.row.mustFill"
active-value="0" inactive-value="1"
active-value="1" inactive-value="0"
active-color="#D0D4DC"
inactive-color="#5088FF">
</el-switch>