|
|
@ -321,7 +321,7 @@ export default {
|
|
|
|
return this.form.customTheme === 'light' ? 'lightBgColor' : 'bgColor'
|
|
|
|
return this.form.customTheme === 'light' ? 'lightBgColor' : 'bgColor'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
currentBg () {
|
|
|
|
currentBg () {
|
|
|
|
return this.form.customTheme === 'light' ? 'lightBgColor' : 'bg'
|
|
|
|
return this.form.customTheme === 'light' ? 'lightBg' : 'bg'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
dsValue () {
|
|
|
|
dsValue () {
|
|
|
|
return this.form.cacheDataSets?.map(dSet => ({
|
|
|
|
return this.form.cacheDataSets?.map(dSet => ({
|
|
|
|