@ -38,14 +38,14 @@ export default {
return {
active: {
text: "启用",
color: "#fff",
textColor: "#00B3CC",
color: "#00B3CC",
textColor: "#fff",
...this.activeOption?.active
},
unActive: {
text: "停用",
...this.activeOption?.unActive
}