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